Pipfile 545 B

1234567891011121314151617181920212223242526272829
  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. black = "==21.12b0"
  9. mypy = "*"
  10. pylint = "*"
  11. pylint-import-requirements = "*"
  12. pytest = "*"
  13. pytest-cov = "*"
  14. types-requests = "*"
  15. # python3.6 compatibility
  16. importlib-metadata = "<4.9"
  17. platformdirs = "<2.4.1"
  18. tomli = "<2"
  19. zipp = "<3.7"
  20. # mypy on python<3.8
  21. typed-ast = {markers = "python_version < '3.8'"}
  22. [requires]
  23. python_version = "3"
  24. # Pipfile syntax: https://github.com/pypa/pipfile#pipfile