mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
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
30 lines
399 B
Plaintext
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
|