forked from learningequality/ka-lite
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrequirements.txt
31 lines (29 loc) · 874 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
23
24
25
26
27
28
29
30
31
# Django is NOT used but is actually bundled, we just put this requirement
# because later versions of django include a utf-8 named file that breaks
# on certain systems when packaging.
# This file:
# https://github.com/django/django/blob/master/tests/staticfiles_tests/apps/test/static/test/%E2%8A%97.txt
# ...to explain: Some of the below packages depend on django, if we don't
# specify a version here, we'll get the latest.
# See also: https://github.com/learningequality/ka-lite/issues/5419
django==1.5.12
docopt>=0.6,<0.7
South==1.0.2
django-js-reverse==0.5.0
# used by django-js-reverse
ply==3.4
# used by django-js-reverse
slimit==0.8.1
six==1.10.0
django-appconf==1.0.1
peewee==2.6.4
python-dateutil==2.4.2
django-annoying==0.8.4
cherrypy==3.3.0
ifcfg==0.10.1
importlib==1.0.3
pbkdf2==1.3
rsa==3.4.2
youtube-dl==2015.11.24
django-tastypie-legacy
requests==2.11.1