123456789101112131415161718 |
- [[source]]
- name = "pypi"
- url = "https://pypi.org/simple"
- verify_ssl = true
- [packages]
- dlinfo = {editable = true,path = "."}
- [dev-packages]
- pytest = "*"
- pytest-cov = "*"
- pylint = "*"
- importlib-metadata = "*"
- [requires]
- python_version = "3"
|