-
Notifications
You must be signed in to change notification settings - Fork 5
/
requirements.txt
65 lines (58 loc) · 2.11 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
61
62
63
64
65
# Requirements running on Python3.10
#
# `tiktoken` (AI audits) requires Python>=3.8
Django==4.2.16
djangorestframework==3.14.0 # 3.12.4 not compatible with Django4.2
djaodjin-deployutils==0.11.0
djaodjin-extended-templates==0.4.6
djaodjin-pages==0.8.3
djaodjin-survey==0.13.1
docutils==0.20.1 # Technically only needed for schema generation but
# djangorestframework will import regardless.
gunicorn==20.1.0
jinja2==3.1.2 # >=3.1 not available with Py36?
html5lib==1.1
monotonic==1.6
openpyxl==3.1.2
python-pptx==0.6.21
pytz==2023.3
# These have C/C++ components, they can be installed through the recent wheel
# pip feature or through the native package manager
cairocffi==1.3.0 # >=1.3.0 not available with Py36?
coverage==6.3.2 # >=6.3.2 not available with Py36?
cryptography==41.0.7 # 38.0.3 for pyOpenSSL 22.1.0 compatibility
psycopg2-binary==2.9.3
setproctitle==1.2.3
# Dev and Deploy
# --------------
Babel==2.12.1
# To run with DEBUG=1
django-debug-toolbar==3.5.0 # 3.4.0 requires Django>=3.2
# 3.2.4 fails with SQLPanel is not scriptable
# 2.2.1 is the last version for Django2.2
# 1.11 does not support Django 2.2
# We cannot build the assets (i.e. webpack-conf-paths.json) unless DEBUG=1
# and django-extensions is installed.
django-extensions==3.2.0 # required by Django==4.0
Faker==2.0.0
sqlparse==0.4.4 # required by django-debug-toolbar
# without being a prerequisite
# To run with API_DEBUG=1
# static analysis
pylint==2.17.5
pylint-django==2.5.3
# To generate documentation (Read-the-docs and API reference)
coreapi==2.3.3
drf-spectacular==0.27.2
Pygments==2.16.1
pyyaml==6.0
Sphinx==7.2.6 # Requires Python>=3.8?
sphinx_rtd_theme==2.0.0
sphinxcontrib-httpdomain==1.8.1
sphinxcontrib-websupport==1.2.4
uritemplate==4.1.1
# For ESG AI audit
tiktoken==0.4.0 # Requires Python>=3.8
PyPDF2==3.0.1
openai==0.27.8
ocrmypdf==14.3.0