Building the database using sql file

This commit is contained in:
2025-04-02 15:11:46 -04:00
parent fa870f3f54
commit c78aa38db9
8 changed files with 642 additions and 34 deletions

13
Pipfile Normal file
View File

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