Files
wger/requirements.txt
Roland Geider 0003ff34f3 Add new app for emails
While this is at the moment tied to the gym module, it is possible to use
this in the future e.g. in groups.
2015-10-05 17:33:35 +02:00

31 lines
416 B
Plaintext

#
# Requirements for wger for production
#
Django>=1.8,<1.9
django-browserid==1.0
django-recaptcha
reportlab
django_mobile
django-formtools==1.0
bleach
python-mimeparse
pillow
easy-thumbnails
django_compressor
icalendar
django-bootstrap-breadcrumbs
sphinx
django-sortedm2m
django-bower
invoke
# REST API
djangorestframework>=3.2,<3.3
django-filter
django-tastypie
django-cors-headers
# Python3 compatibility
six