Pipfile 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. # v2.3.0 dropped python3.4 support
  9. # https://github.com/PyCQA/astroid/commit/4a4b7faf9de8437f2b96bc7285802fd1230b7a9a
  10. astroid = "<2.3.0"
  11. # v1.2.0 dropped python3.4. support
  12. # https://gitlab.com/python-devs/importlib_metadata/commit/cf58e1a6515adc4ad6f84cce5e89cd5ef830b317
  13. importlib-metadata = "<1.2.0"
  14. # v8.0.0 dropped python3.4 support
  15. # https://github.com/more-itertools/more-itertools/commit/e8a4f926585d4052c6c6b4cc52389e94ffb64ae8
  16. more-itertools = "<8"
  17. # workaround https://github.com/pytest-dev/pytest/issues/3953
  18. pathlib2 = {version = "*", markers="python_version < '3.6'"}
  19. # v2.4.0 dropped python3.4 support
  20. # https://github.com/PyCQA/pylint/commit/927db96bbd343a61428faa0249fdeec58cfb3ebe
  21. pylint = ">=2.3.0,<2.4.0"
  22. # v2.0.1 restored python3.4 support
  23. pylint-import-requirements = ">=2.0.1"
  24. # v5.0.0 dropped python3.4. support
  25. # https://github.com/pytest-dev/pytest/commit/4d49ba65297102110ae8aeecdb3b82b23a231fba
  26. pytest = "<5"
  27. # v2.9.0 dropped python3.4 support
  28. # https://github.com/pytest-dev/pytest-cov/commit/be80b6e1e3e2378e63a20f0001c9cbf8038bd659#diff-2eeaed663bd0d25b7e608891384b7298R127
  29. pytest-cov = "<2.9.0"
  30. # v2.0.0 dropped python<3.6 support
  31. # https://github.com/jaraco/zipp/commit/05a3c52b4d41690e0471a2e283cffb500dc0329a
  32. zipp = "<2"
  33. [requires]
  34. python_version = "3"
  35. # Pipfile syntax: https://github.com/pypa/pipfile#pipfile