mirror of
https://github.com/Rushilwiz/reinvest.git
synced 2025-04-04 20:40:19 -04:00
22 lines
338 B
TOML
22 lines
338 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
django = "*"
|
|
djangorestframework = "*"
|
|
python-dotenv = "*"
|
|
psycopg2 = "*"
|
|
robin-stocks = "*"
|
|
django-cors-headers = "*"
|
|
pillow = "*"
|
|
gunicorn = "*"
|
|
whitenoise = "*"
|
|
djangorestframework-simplejwt = "*"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|