openly/backend/Pipfile

20 lines
319 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
djangorestframework = "*"
djangorestframework-simplejwt = "*"
psycopg2-binary = "*"
python-dotenv = "*"
django-tinymce = "*"
django-cors-headers = "*"
whitenoise = "*"
[dev-packages]
[requires]
python_version = "3.8"