mirror of
https://github.com/brendanhaines/ECEN5458_Project.git
synced 2025-08-01 21:41:45 -06:00
initial commit
This commit is contained in:
17
Software/python/Pipfile
Normal file
17
Software/python/Pipfile
Normal file
@@ -0,0 +1,17 @@
|
||||
[[source]]
|
||||
name = "pypi"
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
|
||||
[dev-packages]
|
||||
pylint = "*"
|
||||
|
||||
[packages]
|
||||
numpy = "*"
|
||||
matplotlib = "*"
|
||||
scipy = "*"
|
||||
adafruit-circuitpython-servokit = "*"
|
||||
adafruit-circuitpython-ads1x15 = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.6"
|
Reference in New Issue
Block a user