cookiecutter-django/{{cookiecutter.repo_name}}/requirements/production.txt
2014-04-22 15:56:26 -03:00

10 lines
209 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==18.0
django-storages==1.1.8
Collectfast==0.2.0
gevent==1.0
boto==2.27.0