14 lines
217 B
TOML
14 lines
217 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
pyserial = "<4.0,>=3.3"
|
|
docopt = ">=0.6.2,<0.7"
|
|
adafruit-ampy = "<1.1,>=1.0.5"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|