Files

15 lines
207 B
TOML
Raw Permalink Normal View History

2020-07-26 01:13:47 +01:00
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
2020-07-26 01:59:59 +01:00
pyaml = "*"
2020-07-26 07:40:36 +01:00
adafruit-circuitpython-servokit = "*"
getch = "*"
2020-07-26 01:13:47 +01:00
[dev-packages]
[requires]
python_version = "3.7"