mirror of
https://github.com/Rushilwiz/rounded.git
synced 2025-04-09 13:50:18 -04:00
19 lines
289 B
TOML
19 lines
289 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
django = "*"
|
|
gunicorn = "*"
|
|
python-dotenv = "*"
|
|
djangorestframework = "*"
|
|
django-cors-headers = "*"
|
|
djangorestframework-simplejwt = "*"
|
|
requests = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.9"
|