File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" flit_core >=3.3 ,<4" ]
2+ requires = [" flit_core >=3.6 ,<4" ]
33build-backend = " flit_core.buildapi"
44
55[project ]
66name = " yaml2ics"
7- version = " 0.1rc1 "
7+ version = " 0.1rc2.dev0 "
88requires-python = " >=3.8"
9- authors = [{name = " The Scientific Python Group " }]
9+ authors = [{name = " Scientific Python Developers " }]
1010readme = " README.md"
1111license = {file = " LICENSE" }
1212classifiers = [" License :: OSI Approved :: BSD License" ]
1313dynamic = [" description" ]
1414
1515dependencies = [
1616 " ics @ git+https://github.com/ics-py/ics-py.git@133a0955f6efbb83ff0eae45ad0bbe6902a8f2f1#egg=ics" ,
17- " python-dateutil" ,
18- " pyyaml" ,
17+ " python-dateutil >= 2.8 " ,
18+ " pyyaml >= 6 " ,
1919]
2020
2121[project .optional-dependencies ]
22- test = [" pytest" ]
23- lint = [" pre-commit" ]
22+ test = [" pytest >= 7 " ]
23+ lint = [" pre-commit >= 2.20 " ]
2424
2525[project .scripts ]
2626yaml2ics = " yaml2ics:main"
You can’t perform that action at this time.
0 commit comments