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

10 lines
213 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
2015-03-07 18:53:33 +03:00
gunicorn==19.3.0
django-storages==1.1.8
Collectfast==0.2.1
gevent==1.0.1
2015-04-10 03:56:48 +03:00
boto==2.38.0