Pipfile 390 B

1234567891011121314151617181920212223
  1. [[source]]
  2. url = "https://pypi.org/simple"
  3. verify_ssl = true
  4. name = "pypi"
  5. [packages]
  6. pubmed-bibtex = {editable = true, path = "."}
  7. [dev-packages]
  8. pylint = "*"
  9. pytest = "*"
  10. pytest-cov = "*"
  11. # python3.6 compatibility
  12. importlib-metadata = "<4.9"
  13. platformdirs = "<2.4.1"
  14. tomli = "<2"
  15. zipp = "<3.7"
  16. [requires]
  17. python_version = "3"
  18. # Pipfile syntax: https://github.com/pypa/pipfile#pipfile