This commit is contained in:
2020-03-10 06:44:28 -07:00
commit 3ae7b05b9b
15 changed files with 391 additions and 0 deletions

15
Pipfile Normal file
View File

@@ -0,0 +1,15 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
bottle = "*"
pprint = "*"
sqlalchemy = "*"
bottle-sqlalchemy = "*"
[requires]
python_version = "3.8"