1234567891011121314151617181920212223242526272829303132333435363738 |
- [[source]]
- url = "https://pypi.org/simple"
- verify_ssl = true
- name = "pypi"
- [packages]
- cc1101 = {editable = true,path = "."}
- spidev = "==3.4"
- [dev-packages]
- black = "*"
- blinkcheck = {version = ">=0.1.1", markers = "python_version >= '3.8'"}
- mypy = "*"
- pylint = "*"
- pylint-import-requirements = "*"
- pytest = "*"
- pytest-cov = "*"
- typing_extensions = {version = "*", markers = ""}
- typed-ast = {markers = "python_version < '3.8'"}
- [requires]
- python_version = "3"
|