2018-11-03 16:27:17 +01:00
|
|
|
[[source]]
|
|
|
|
url = "https://pypi.org/simple"
|
|
|
|
verify_ssl = true
|
|
|
|
name = "pypi"
|
|
|
|
|
|
|
|
[packages]
|
|
|
|
requests = "*"
|
|
|
|
click = "*"
|
2019-02-28 19:35:55 +01:00
|
|
|
gpiozero = "==1.5.0"
|
2018-11-04 21:06:54 +01:00
|
|
|
colorama = "*"
|
2018-11-04 21:57:17 +01:00
|
|
|
click-log = "*"
|
|
|
|
click-didyoumean = "*"
|
2018-11-05 16:50:06 +01:00
|
|
|
voluptuous = "*"
|
2018-11-26 23:14:28 +01:00
|
|
|
terminaltables = "*"
|
2018-11-03 16:27:17 +01:00
|
|
|
|
|
|
|
[dev-packages]
|
|
|
|
"flake8" = "*"
|
|
|
|
"pep8-naming" = "*"
|
|
|
|
radon = "*"
|
2019-02-28 19:35:55 +01:00
|
|
|
xenon = "==0.5.4"
|
2018-11-04 13:54:05 +01:00
|
|
|
tox = "*"
|
|
|
|
tox-pipenv = "*"
|
|
|
|
pytest = "*"
|
2018-11-04 14:32:11 +01:00
|
|
|
sphinx = "*"
|
|
|
|
sphinx-rtd-theme = "*"
|
2018-11-04 22:57:20 +01:00
|
|
|
sphinx-click = "*"
|
2018-11-05 00:27:59 +01:00
|
|
|
pex = "*"
|