1
0
Fork 0
mirror of https://github.com/dancojocaru2000/foxbank.git synced 2025-02-22 17:09:35 +02:00
foxbank/server/Pipfile
Dan Cojocaru f91b6be3a5
Implemented initial account support
Also refatored into package
Also added Swagger/OpenAPI
2021-12-29 10:48:42 +02:00

16 lines
215 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
flask = "*"
gunicorn = "*"
pyotp = "*"
flask-cors = "*"
flask-smorest = "*"
[dev-packages]
[requires]
python_version = "3.10"