Pipfile 270 B

123456789101112131415161718
  1. [[source]]
  2. name = "pypi"
  3. url = "https://pypi.org/simple"
  4. verify_ssl = true
  5. [packages]
  6. dlinfo = {editable = true,path = "."}
  7. [dev-packages]
  8. pytest = "*"
  9. pytest-cov = "*"
  10. pylint = "*"
  11. # python<3.8 compatibility
  12. importlib-metadata = "*"
  13. [requires]
  14. python_version = "3"