more stuff

This commit is contained in:
2022-11-30 20:16:21 -08:00
parent 2b25d61dfb
commit c1af62ff70
10 changed files with 2110 additions and 8 deletions

14
scripts/Pipfile Normal file
View File

@@ -0,0 +1,14 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
numpy = "*"
matplotlib = "*"
pandas = "*"
[dev-packages]
[requires]
python_version = "3.10"