thematdevdotorg/Pipfile
2021-01-12 22:09:12 +03:00

13 lines
162 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
flask = "*"
python-dotenv = "*"
numpy = "*"
gunicorn = "*"
[dev-packages]