python3-carom-client/Pipfile
reinsle e27785a405
Some checks failed
carom/python3-carom-client/master There was a failure building this commit
„Pipfile“ ändern
remove python 3.5 dependencie
2020-07-31 21:20:53 +02:00

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 = "*"