12345678910111213141516171819202122232425262728 |
- [[source]]
- url = "https://pypi.org/simple"
- verify_ssl = true
- name = "pypi"
- [packages]
- ical2vdir = {editable = true,path = "."}
- [dev-packages]
- black = "==20.8b1"
- blinkcheck = {version = ">=0.1.1", markers = "python_version >= '3.8'"}
- mypy = "*"
- pylint = "*"
- pylint-import-requirements = "*"
- pytest = "*"
- pytest-cov = "*"
- typing_extensions = "*"
- [requires]
- python_version = "3"
|