pixoPython/pixo/Pipfile

15 lines
185 B
TOML
Raw Permalink Normal View History

2020-01-26 23:16:54 +00:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
2020-01-27 19:47:29 +00:00
pylint = "*"
2020-01-26 23:16:54 +00:00
[packages]
esptool = "*"
2020-01-26 23:41:30 +00:00
adafruit-ampy = "*"
2020-01-26 23:16:54 +00:00
[requires]
python_version = "3.8"