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