cookiecutter-django/{{cookiecutter.repo_name}}/requirements/production.txt
2015-04-22 19:35:15 -03:00

10 lines
219 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==19.3.0
django-storages-redux==1.2.3
Collectfast==0.2.3
gevent==1.0.1
boto==2.38.0