Initial Commit

This commit is contained in:
aolmstead
2021-06-14 16:52:15 -04:00
commit 5faaff8d61
19 changed files with 1062 additions and 0 deletions

19
Pipfile Normal file
View File

@ -0,0 +1,19 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
requests = "*"
requests-html = "*"
pandas = "*"
regex = "*"
cython = "*"
idna = "*"
websockets = "*"
pyinstaller = "*"
[requires]
python_version = "3.9"