ProjektseminarChatbot commited on
Commit
3f1529b
·
1 Parent(s): 424b4ce

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +146 -0
requirements.txt ADDED
@@ -0,0 +1,146 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ anyio==3.6.2
2
+ argon2-cffi==21.3.0
3
+ argon2-cffi-bindings==21.2.0
4
+ asgiref==3.5.2
5
+ asttokens==2.0.5
6
+ attrs==21.4.0
7
+ backcall==0.2.0
8
+ beautifulsoup4==4.11.1
9
+ bleach==5.0.0
10
+ certifi==2022.5.18
11
+ cffi==1.15.0
12
+ charset-normalizer==2.0.12
13
+ cleverdict==1.9.2
14
+ click==8.1.3
15
+ cmd2==2.4.2
16
+ colorama==0.4.4
17
+ coreapi==2.3.3
18
+ coreschema==0.0.4
19
+ cycler==0.11.0
20
+ debugpy==1.6.0
21
+ decorator==5.1.1
22
+ defusedxml==0.7.1
23
+ distlib==0.3.6
24
+ Django==4.0.4
25
+ django-active-link==0.1.8
26
+ django-cors-headers==3.12.0
27
+ django-filter==21.1
28
+ django-pwa==1.0.10
29
+ django-rest-swagger==2.2.0
30
+ djangorestframework==3.13.1
31
+ dnspython==2.3.0
32
+ email-validator==1.3.1
33
+ entrypoints==0.4
34
+ executing==0.8.3
35
+ fastapi==0.95.0
36
+ fastjsonschema==2.15.3
37
+ filelock==3.12.0
38
+ Flask==2.2.3
39
+ fonttools==4.33.3
40
+ h11==0.14.0
41
+ httpcore==0.16.3
42
+ httptools==0.5.0
43
+ httpx==0.23.3
44
+ huggingface-hub==0.13.1
45
+ idna==3.3
46
+ IPTCInfo3==2.1.4
47
+ ipykernel==6.13.0
48
+ ipython==8.3.0
49
+ ipython-genutils==0.2.0
50
+ ipywidgets==7.7.0
51
+ itsdangerous==2.1.2
52
+ itypes==1.2.0
53
+ jedi==0.18.1
54
+ Jinja2==3.1.2
55
+ joblib==1.2.0
56
+ jsonschema==4.5.1
57
+ jupyter==1.0.0
58
+ jupyter-client==7.3.1
59
+ jupyter-console==6.4.3
60
+ jupyter-core==4.10.0
61
+ jupyterlab-pygments==0.2.2
62
+ jupyterlab-widgets==1.1.0
63
+ kiwisolver==1.4.2
64
+ lab==7.0
65
+ log2d==0.0.14
66
+ lxml==4.8.0
67
+ MarkupSafe==2.1.1
68
+ matplotlib==3.5.2
69
+ matplotlib-inline==0.1.3
70
+ mistune==0.8.4
71
+ Mypackage==0.1
72
+ nbclient==0.6.3
73
+ nbconvert==6.5.0
74
+ nbformat==5.4.0
75
+ nest-asyncio==1.5.5
76
+ notebook==6.4.11
77
+ numpy==1.22.3
78
+ openapi-codec==1.3.2
79
+ orjson==3.8.9
80
+ packaging==21.3
81
+ pandas==1.5.3
82
+ pandocfilters==1.5.0
83
+ parso==0.8.3
84
+ pickleshare==0.7.5
85
+ Pillow==9.1.0
86
+ platformdirs==3.5.1
87
+ prometheus-client==0.14.1
88
+ prompt-toolkit==3.0.29
89
+ protobuf==4.21.1
90
+ psutil==5.9.0
91
+ psycopg2-binary==2.9.3
92
+ pure-eval==0.2.2
93
+ pycparser==2.21
94
+ pydantic==1.10.7
95
+ Pygments==2.12.0
96
+ pyparsing==3.0.9
97
+ pyperclip==1.8.2
98
+ pyreadline3==3.4.1
99
+ pyrsistent==0.18.1
100
+ python-dateutil==2.8.2
101
+ python-dotenv==1.0.0
102
+ python-multipart==0.0.6
103
+ pytz==2022.1
104
+ pywin32==304
105
+ pywinpty==2.0.5
106
+ PyYAML==6.0
107
+ pyzmq==22.3.0
108
+ qtconsole==5.3.0
109
+ QtPy==2.1.0
110
+ regex==2022.10.31
111
+ requests==2.27.1
112
+ rfc3986==1.5.0
113
+ scikit-learn==1.2.1
114
+ scipy==1.10.0
115
+ seaborn==0.12.2
116
+ Send2Trash==1.8.0
117
+ simplejson==3.17.6
118
+ six==1.16.0
119
+ sklearn==0.0.post1
120
+ sniffio==1.3.0
121
+ soupsieve==2.3.2.post1
122
+ sqlparse==0.4.2
123
+ stack-data==0.2.0
124
+ starlette==0.26.1
125
+ terminado==0.15.0
126
+ threadpoolctl==3.1.0
127
+ tinycss2==1.1.1
128
+ tokenizers==0.13.2
129
+ tornado==6.1
130
+ tqdm==4.65.0
131
+ traitlets==5.2.1.post0
132
+ transformers==4.26.1
133
+ txt2tags==3.7
134
+ typing_extensions==4.5.0
135
+ tzdata==2022.1
136
+ ujson==5.7.0
137
+ uritemplate==4.1.1
138
+ urllib3==1.26.9
139
+ uvicorn==0.21.1
140
+ virtualenv==20.23.0
141
+ watchfiles==0.19.0
142
+ wcwidth==0.2.5
143
+ webencodings==0.5.1
144
+ websockets==11.0.1
145
+ Werkzeug==2.2.3
146
+ widgetsnbextension==3.6.0