123456789101112131415161718 |
- [[source]]
- url = "https://pypi.org/simple"
- verify_ssl = true
- name = "pypi"
- [packages]
- free-disk = {editable = true, path = "."}
- [dev-packages]
- # v8.0.0 dropped python3.4 support
- more-itertools = "<8"
- pylint = ">=2.3.0"
- # v5.0.0 dropped python3.4. support
- # https://github.com/pytest-dev/pytest/commit/4d49ba65297102110ae8aeecdb3b82b23a231fba
- pytest = "<5"
- [requires]
- python_version = "3"
|