forked from apluslms/mooc-jutut
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
22 lines (21 loc) · 904 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Usage: pip install -r requirements.txt
Django==1.9.7
Jinja2==2.9.6
django-jinja==2.3.1
django-bootstrap-form==3.2.1
#django-jinja-bootstrap-form==4.2.2 # next works for 3.5:
git+https://github.com/raphendyr/django-jinja-bootstrap-form.git@python_version#egg=django-jinja-bootstrap-form==4.2.2
git+https://github.com/Aalto-LeTech/js-jquery-toggle.git@1.0.0#egg=js-jquery-toggle-django==1.0.0&subdirectory=django
git+https://github.com/Aalto-LeTech/django-dictiterators.git@1.1.0#egg=django-dictiterators==1.1.0
git+https://github.com/Aalto-LeTech/django-colortag.git@1.2.0#egg=django-colortag==1.2.0
git+https://github.com/Aalto-LeTech/django-lti-login.git@2.0.1#egg=django-lti-login==2.0.1
django-filter==0.15.0
django-settingsdict==1.0.1
celery==4.1.1
psycopg2-binary>=2.7.4
python-memcached==1.58
raphendyr-django-essentials==1.3.0
ansi2html==1.2.0
# aplus_client
cachetools==1.1.6
requests==2.10.0