2013-08-14 22:01:41 +04:00
|
|
|
# Pro-tip: Try not to put anything here. There should be no dependency in
|
|
|
|
# production that isn't in development.
|
|
|
|
-r base.txt
|
|
|
|
|
2015-04-26 12:57:45 +03:00
|
|
|
# WSGI Handler
|
|
|
|
# ------------------------------------------------
|
|
|
|
gevent==1.0.1
|
2015-03-07 18:53:33 +03:00
|
|
|
gunicorn==19.3.0
|
2015-04-26 12:57:45 +03:00
|
|
|
|
|
|
|
# Static and Media Storage
|
|
|
|
# ------------------------------------------------
|
|
|
|
boto==2.38.0
|
2015-04-11 00:33:07 +03:00
|
|
|
django-storages-redux==1.2.3
|
2015-04-29 06:09:43 +03:00
|
|
|
{% if cookiecutter.use_whitenoise != 'y' -%}
|
2015-04-23 01:35:15 +03:00
|
|
|
Collectfast==0.2.3
|
2015-04-26 12:57:45 +03:00
|
|
|
{%- endif %}
|