Files
wger/requirements.txt
Roland Geider b4af0d8710 Remove browserID as alternative login option
The service as provided by mozilla is being discontinued and will cease to work
on the 30th of November 2016. Users using this will need to use the regular
login form. Since persona was based on emails, this is a viable option. Fixes #331
2016-09-21 00:05:19 +02:00

30 lines
399 B
Plaintext

#
# Requirements for wger for production
#
Django>=1.9,<1.10
django-recaptcha
reportlab
django_mobile
django-formtools>=1.0,<1.1
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