1234567891011121314151617181920212223 |
- [[source]]
- url = "https://pypi.org/simple"
- verify_ssl = true
- name = "pypi"
- [packages]
- pubmed-bibtex = {editable = true, path = "."}
- [dev-packages]
- pylint = "*"
- pytest = "*"
- pytest-cov = "*"
- importlib-metadata = "<4.9"
- platformdirs = "<2.4.1"
- tomli = "<2"
- zipp = "<3.7"
- [requires]
- python_version = "3"
|