mirror of
https://github.com/brendanhaines/ECEN5458_Project.git
synced 2024-11-09 21:14:47 -07:00
20 lines
306 B
TOML
20 lines
306 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
pylint = "*"
|
|
ipykernel = "*"
|
|
matplotlib = "*"
|
|
|
|
[packages]
|
|
numpy = "*"
|
|
scipy = "*"
|
|
adafruit-circuitpython-servokit = "*"
|
|
adafruit-circuitpython-ads1x15 = "*"
|
|
adafruit-blinka = "*"
|
|
|
|
[requires]
|
|
#python_version = "3.6"
|