1
0
Fork 0
mirror of https://github.com/dancojocaru2000/foxbank.git synced 2025-02-22 23:39:36 +02:00
foxbank/server/Pipfile

17 lines
215 B
Text
Raw Normal View History

2021-11-14 15:13:40 +02:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
flask = "*"
2021-11-30 14:13:57 +02:00
gunicorn = "*"
2021-12-06 01:34:00 +02:00
pyotp = "*"
flask-cors = "*"
flask-smorest = "*"
2021-11-14 15:13:40 +02:00
[dev-packages]
[requires]
python_version = "3.10"