Clears Repository Files and Adds Pipfile

This commit is contained in:
2022-09-30 03:24:18 -03:00
parent a829649014
commit be8f3fba42
279 changed files with 143 additions and 9560 deletions

13
Pipfile Normal file
View File

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