hackspace/requirements/production.txt

25 lines
481 B
Plaintext

# Pro-tip: Try not to put anything here. Avoid dependencies in
# production that aren't in development.
-r base.txt
# WSGI Handler
# ------------------------------------------------
gevent==1.2.0
gunicorn==19.6.0
# Static and Media Storage
# ------------------------------------------------
boto==2.45.0
django-storages-redux==1.3.2
# Email backends for Mailgun, Postmark, SendGrid and more
# -------------------------------------------------------
django-anymail==0.6.1