1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- [[source]]
- url = "https://pypi.org/simple"
- verify_ssl = true
- name = "pypi"
- [packages]
- systemctl-mqtt = {editable = true,path = "."}
- pycairo = "<1.20"
- pygobject = "<3.40"
- [dev-packages]
- black = {version = "==20.8b1", markers = "python_version >= '3.6'"}
- mypy = "*"
- pylint-import-requirements = ">=2.0.3"
- pytest-cov = "*"
- astroid = "<2.5"
- click = "<8"
- importlib-metadata = "<3"
- isort = "<5"
- pathlib2 = {version = "*", markers="python_version < '3.6'"}
- pylint = "<2.7"
- pytest = "<6.2"
- zipp = "<2"
- [requires]
- python_version = "3"
|