forked from elearning-ostfalia/Proforma-Praktomat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
60 lines (45 loc) · 1.38 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
56
57
58
59
60
chardet==5.0.0
Django==2.2.28
# django-extensions==3.1.5
# eventlet 0.31 is not compatible with gunicorn 20.1.0
eventlet==0.30.2
gunicorn==20.1.0
lxml==4.9.1
# for getting shared objects for sandbox
lddcollect==0.2.0
psycopg2-binary==2.9.3
# Pygments is used for highlighting in 'Isabelle'
# Pygments==2.11.2
# for python unittests
unittest-xml-reporting==3.2.0
matplotlib==3.5.3
numpy==1.23.5
packaging==21.3
Pillow==9.3.0
pyparsing==3.0.9
cycler==0.11.0
python-dateutil==2.8.2
kiwisolver==1.4.4
mpl-toolkits.clifford==0.0.3
pandas==1.5.3
openpyxl==3.1.1
et-xmlfile==1.1.0
# python-docx ???
# json ??
# six=1.16.0
# cycler
# workaround for debug-toolbar/sqlparse incompatibility, see http://stackoverflow.com/questions/38479063/django-debug-toolbar-breaking-on-admin-while-getting-sql-stats
# It appears that due to the pull-request https://github.com/aljosa/django-tinymce/pull/103 merged in django-tinymce==2.4.0, jquery is loaded after our onw jquery
# loaded in admin-sites. Using an old version of django-tinymce (2.3.x) is not possible because it uses methods removed between Django 1.8 and 1.11.
# We might want to use the django-admin provieded jquery in our admin-site jquery snippets?!?!?
## modules automatically installed
# dbus-python==1.2.16
elementpath==3.0.2
greenlet==2.0.1
pytz==2022.6
setuptools==65.5.1
six==1.16.0
sqlparse==0.4.2
wheel==0.38.4
xmlschema==2.1.1
# dnspython==1.16.0