forked from inducer/relate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
55 lines (39 loc) · 1.08 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Django>=1.7 once released
https://www.djangoproject.com/download/1.7c1/tarball/
# Automatically renders Django forms in a pretty, Bootstrap-compatible way.
django-crispy-forms>=1.4.0
# Page data, answer data, ... all represented in JSON. This makes that editable
# in the Django admin.
https://github.com/bradjasper/django-jsonfield/archive/postgresql.tar.gz
# For easy content formatting:
markdown
# For rendering macros in content:
jinja2
six
# For math/symbolic questions
pymbolic
sympy
# Django timezone support
pytz
# Course content is stored in YAML.
pyyaml
# dulwich does not yet support Python3
# Using git version for fix to https://github.com/jelmer/dulwich/issues/135
dulwich
paramiko
# A date picker widget
django-bootstrap3-datetimepicker
# For in-class instant messaging
sleekxmpp
dnspython
# To manage web dependencies
django-bower
# For comfortable code entry
django-codemirror-widget
# Optional, used for caching
python-memcached
# For code isolation in code questions
docker-py
# For code highlighting, required via the CodeHilite extension to
# Python-Markdown
pygments