This commit is contained in:
fleaz 2020-03-04 23:36:49 +01:00
commit 9c59b349c2
10 changed files with 371 additions and 0 deletions

13
Pipfile Normal file
View file

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