1
0
Fork 0
mirror of https://github.com/dancojocaru2000/foxbank.git synced 2025-02-23 06:09:34 +02:00
foxbank/server/Pipfile
2021-12-06 01:34:00 +02:00

15 lines
195 B
TOML

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