Pipfile 223 B

123456789101112131415
  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 = ">=2.3.0"
  11. [requires]
  12. python_version = "3"