reinsle
e27785a405
Some checks failed
carom/python3-carom-client/master There was a failure building this commit
remove python 3.5 dependencie
28 lines
413 B
TOML
28 lines
413 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
requests = "*"
|
|
click = "*"
|
|
gpiozero = "==1.5.0"
|
|
colorama = "*"
|
|
click-log = "*"
|
|
click-didyoumean = "*"
|
|
voluptuous = "*"
|
|
terminaltables = "*"
|
|
|
|
[dev-packages]
|
|
"flake8" = "*"
|
|
"pep8-naming" = "*"
|
|
radon = "*"
|
|
xenon = "==0.5.4"
|
|
tox = "*"
|
|
tox-pipenv = "*"
|
|
pytest = "*"
|
|
sphinx = "*"
|
|
sphinx-rtd-theme = "*"
|
|
sphinx-click = "*"
|
|
pex = "*"
|