Skip to content

Commit 483f838

Browse files
committed
requirements.txt modified
1 parent 3bd3115 commit 483f838

File tree

1 file changed

+121
-0
lines changed

1 file changed

+121
-0
lines changed

DJANGO PROJECTS/Chat/requirements.txt

+121
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
anyio==3.6.2
2+
argon2-cffi==21.3.0
3+
argon2-cffi-bindings==21.2.0
4+
arrow==1.2.3
5+
asgiref==3.6.0
6+
asttokens==2.2.1
7+
attrs==22.1.0
8+
Babel==2.11.0
9+
backcall==0.2.0
10+
beautifulsoup4==4.11.1
11+
bleach==5.0.1
12+
certifi==2022.12.7
13+
cffi==1.15.1
14+
channels==4.0.0
15+
charset-normalizer==2.1.1
16+
colorama==0.4.6
17+
comm==0.1.2
18+
contourpy==1.0.6
19+
cycler==0.11.0
20+
debugpy==1.6.4
21+
decorator==5.1.1
22+
defusedxml==0.7.1
23+
Django==4.1.5
24+
django-environ==0.9.0
25+
entrypoints==0.4
26+
executing==1.2.0
27+
fastjsonschema==2.16.2
28+
fonttools==4.38.0
29+
fqdn==1.5.1
30+
gitdb==4.0.10
31+
GitPython==3.1.29
32+
idna==3.4
33+
ipykernel==6.19.3
34+
ipython==8.7.0
35+
ipython-genutils==0.2.0
36+
isoduration==20.11.0
37+
jedi==0.18.2
38+
Jinja2==3.1.2
39+
joblib==1.2.0
40+
json5==0.9.10
41+
jsonpointer==2.3
42+
jsonschema==4.17.3
43+
jupyter-events==0.5.0
44+
jupyter-server-mathjax==0.2.6
45+
jupyter_client==7.4.8
46+
jupyter_core==5.1.0
47+
jupyter_server==2.0.1
48+
jupyter_server_terminals==0.4.3
49+
jupyterlab==3.5.2
50+
jupyterlab-git==0.41.0
51+
jupyterlab-pygments==0.2.2
52+
jupyterlab_server==2.16.5
53+
kiwisolver==1.4.4
54+
MarkupSafe==2.1.1
55+
matplotlib==3.6.2
56+
matplotlib-inline==0.1.6
57+
mistune==2.0.4
58+
nbclassic==0.4.8
59+
nbclient==0.7.2
60+
nbconvert==7.2.7
61+
nbdime==3.1.1
62+
nbformat==5.7.1
63+
nest-asyncio==1.5.6
64+
notebook==6.5.2
65+
notebook_shim==0.2.2
66+
numpy==1.24.0
67+
nvidia-cublas-cu11==11.10.3.66
68+
nvidia-cuda-nvrtc-cu11==11.7.99
69+
nvidia-cuda-runtime-cu11==11.7.99
70+
nvidia-cudnn-cu11==8.5.0.96
71+
packaging==22.0
72+
pandas==1.5.2
73+
pandocfilters==1.5.0
74+
parso==0.8.3
75+
pexpect==4.8.0
76+
pickleshare==0.7.5
77+
Pillow==9.3.0
78+
platformdirs==2.6.0
79+
plotly==5.11.0
80+
prometheus-client==0.15.0
81+
prompt-toolkit==3.0.36
82+
psutil==5.9.4
83+
ptyprocess==0.7.0
84+
pure-eval==0.2.2
85+
pycparser==2.21
86+
Pygments==2.13.0
87+
pyparsing==3.0.9
88+
pyrsistent==0.19.2
89+
python-dateutil==2.8.2
90+
python-json-logger==2.0.4
91+
pytz==2022.7
92+
PyYAML==6.0
93+
pyzmq==24.0.1
94+
requests==2.28.1
95+
rfc3339-validator==0.1.4
96+
rfc3986-validator==0.1.1
97+
scikit-learn==1.2.0
98+
scipy==1.9.3
99+
seaborn==0.12.1
100+
Send2Trash==1.8.0
101+
six==1.16.0
102+
smmap==5.0.0
103+
sniffio==1.3.0
104+
soupsieve==2.3.2.post1
105+
sqlparse==0.4.3
106+
stack-data==0.6.2
107+
tenacity==8.1.0
108+
terminado==0.17.1
109+
threadpoolctl==3.1.0
110+
tinycss2==1.2.1
111+
tomli==2.0.1
112+
torch==1.13.1
113+
tornado==6.2
114+
traitlets==5.8.0
115+
typing_extensions==4.4.0
116+
uri-template==1.2.0
117+
urllib3==1.26.13
118+
wcwidth==0.2.5
119+
webcolors==1.12
120+
webencodings==0.5.1
121+
websocket-client==1.4.2

0 commit comments

Comments
 (0)