mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
While this is at the moment tied to the gym module, it is possible to use this in the future e.g. in groups.
31 lines
416 B
Plaintext
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
|