adafruit-servo-mapper/Pipfile

15 lines
207 B
TOML
Raw Permalink Normal View History

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