123456789101112131415161718192021222324252627282930313233 |
- [[source]]
- url = "https://pypi.org/simple"
- verify_ssl = true
- name = "pypi"
- [packages]
- systemctl-mqtt = {editable = true,path = "."}
- PyGObject = "!=3.30.5"
- [dev-packages]
- black = "*"
- mypy = "*"
- pylint = "*"
- pylint-import-requirements = ">=2.0.3"
- pytest = "*"
- pytest-cov = "*"
- typing-extensions = "*"
- typed-ast = {markers = "python_version < '3.8'"}
- [requires]
- python_version = "3"
|