12345678910111213141516171819202122 |
- [[source]]
- url = "https://pypi.org/simple"
- verify_ssl = true
- name = "pypi"
- [packages]
- ical2vdir = {editable = true,path = "."}
- [dev-packages]
- black = "==20.8b1"
- # >=0.1.1 for https://github.com/blu3r4y/blinkcheck/pull/2
- blinkcheck = {version = ">=0.1.1", markers = "python_version >= '3.8'"}
- mypy = "*"
- pylint = "*"
- pylint-import-requirements = "*"
- pytest = "*"
- pytest-cov = "*"
- [requires]
- python_version = "3"
- # Pipfile syntax: https://github.com/pypa/pipfile#pipfile
|