1234567891011121314151617181920212223242526272829303132 |
- [[source]]
- url = "https://pypi.org/simple"
- verify_ssl = true
- name = "pypi"
- [packages]
- ical2vdir = {editable = true,path = "."}
- [dev-packages]
- black = "==21.12b0"
- blinkcheck = {version = ">=0.1.1", markers = "python_version >= '3.8'"}
- mypy = "*"
- pylint = "*"
- pylint-import-requirements = "*"
- pytest = "*"
- pytest-cov = "*"
- importlib-metadata = "<4.9"
- typing_extensions = "*"
- typed-ast = {markers = "python_version < '3.8'"}
- [requires]
- python_version = "3"
|