cookiecutter-django/{{cookiecutter.repo_name}}/requirements/production.txt

9 lines
210 B
Plaintext

# Pro-tip: Try not to put anything here. There should be no dependency in
# production that isn't in development.
-r base.txt
gunicorn==0.17.4
django-storages==1.1.4
gevent==0.13.8
boto==2.9.5
dj-static==0.0.5