reinvest/backend/Pipfile

21 lines
315 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 = "*"
djangorestframework-jwt = "*"
gunicorn = "*"
[requires]
python_version = "3.8"