1
0

Pipfile 391 B

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