Persist servers in separate database
This commit is contained in:
18
Pipfile
Normal file
18
Pipfile
Normal file
@@ -0,0 +1,18 @@
|
||||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
maxminddb = ">=2.0.0"
|
||||
Flask = "~=2.0"
|
||||
flask-sqlalchemy = "~=3.0"
|
||||
flask-migrate = "~=4.0"
|
||||
celery = "~=5.0"
|
||||
|
||||
[dev-packages]
|
||||
pylint = "*"
|
||||
rope = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.11"
|
||||
Reference in New Issue
Block a user