mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-09 10:08:33 -06:00
21 lines
285 B
TOML
21 lines
285 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
python-dotenv = "*"
|
|
flask = "*"
|
|
flask-login = "*"
|
|
werkzeug = "<=2.0.3"
|
|
flask-sqlalchemy = "*"
|
|
pytz = "*"
|
|
faker = "*"
|
|
humanize = "*"
|
|
gunicorn = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.8"
|