This repository has been archived on 2023-02-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-my-data/Pipfile
Sybren A. Stüvel 9e1cec9871 Removed gunicorn from Pipfile
We're going to use uWSGI instead.
2018-08-07 16:42:24 +02:00

19 lines
287 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
requests = "*"
djangorestframework = "*"
social-auth-app-django = "*"
psycopg2 = "*"
Django = "*"
"psycopg2-binary" = "*"
django-debug-toolbar = "*"
[dev-packages]
[requires]
python_version = "3.6"