Initial commit.
This commit is contained in:
19
Pipfile
Normal file
19
Pipfile
Normal file
@@ -0,0 +1,19 @@
|
||||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
flask = "==2.0.1"
|
||||
werkzeug = "==2.0.1"
|
||||
jinja2 = "==3.0.1"
|
||||
markupsafe = "==2.0.1"
|
||||
itsdangerous = "==2.0.1"
|
||||
click = "==8.0.1"
|
||||
flask-sqlalchemy = "==2.5.1"
|
||||
sqlalchemy = "==1.4.23"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "3.12"
|
||||
Reference in New Issue
Block a user