-
Notifications
You must be signed in to change notification settings - Fork 2
/
requirements.txt
67 lines (67 loc) · 2.29 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
66
67
-i https://pypi.org/simple
aiohttp==3.9.1 ; python_version >= '3.8'
aiosignal==1.3.1 ; python_version >= '3.7'
asgiref==3.7.2 ; python_version >= '3.7'
async-timeout==4.0.3 ; python_version < '3.11'
attrs==23.1.0 ; python_version >= '3.7'
beautifulsoup4==4.12.2 ; python_full_version >= '3.6.0'
bs4==0.0.1
certifi==2023.11.17 ; python_version >= '3.6'
cffi==1.16.0 ; python_version >= '3.8'
charset-normalizer==3.3.2 ; python_full_version >= '3.7.0'
contourpy==1.2.0 ; python_version >= '3.9'
coverage==7.3.2
crispy-bootstrap5==0.7
cryptography==41.0.7
cycler==0.12.1 ; python_version >= '3.8'
django==4.1
django-cleanup==8.0.0
django-crispy-forms==2.0
django-csp==3.7
django-htmx==1.17.2
exceptiongroup==1.2.0 ; python_version < '3.11'
fonttools==4.46.0 ; python_version >= '3.8'
frozenlist==1.4.0 ; python_version >= '3.8'
idna==3.6 ; python_version >= '3.5'
importlib-resources==6.1.1 ; python_version < '3.10'
iniconfig==2.0.0 ; python_version >= '3.7'
joblib==1.3.2 ; python_version >= '3.7'
kiwisolver==1.4.5 ; python_version >= '3.7'
matplotlib==3.8.2
mock==5.1.0
multidict==6.0.4 ; python_version >= '3.7'
numpy==1.26.2 ; python_version >= '3.9'
openai==0.28.1
packaging==23.2 ; python_version >= '3.7'
pandas==2.1.4
pillow==10.1.0 ; python_version >= '3.8'
plotly==5.18.0
pluggy==1.3.0 ; python_version >= '3.8'
pyarrow==14.0.1
pycparser==2.21
pyparsing==3.1.1 ; python_full_version >= '3.6.8'
pypdf[crypto]==3.17.2
pytest==7.4.3
pytest-django==4.7.0
python-dateutil==2.8.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
python-decouple==3.8
pytz==2023.3.post1
regex==2023.10.3 ; python_version >= '3.7'
reportlab==4.0.7
requests==2.31.0 ; python_version >= '3.7'
scikit-learn==1.3.2
scipy==1.11.4 ; python_version >= '3.9'
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
soupsieve==2.5 ; python_version >= '3.8'
sqlparse==0.4.4 ; python_version >= '3.5'
tenacity==8.2.3 ; python_version >= '3.7'
threadpoolctl==3.2.0 ; python_version >= '3.8'
tiktoken==0.5.2
tomli==2.0.1 ; python_version < '3.11'
tqdm==4.66.1 ; python_version >= '3.7'
typing-extensions==4.9.0 ; python_version < '3.10'
tzdata==2023.3 ; python_version >= '2'
urllib3==2.1.0 ; python_version >= '3.8'
yarl==1.9.4 ; python_version >= '3.7'
youtube-transcript-api==0.6.1
zipp==3.17.0 ; python_version < '3.10'