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

8 lines
193 B
Plaintext
Raw Normal View History

# 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
2013-08-15 21:47:35 +04:00
django-storages==1.1.4
gevent==0.13.8
boto==2.9.5