Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
-
annotated-types
|
2 |
-
anyio
|
3 |
click==8.1.7
|
4 |
-
colorama
|
5 |
exceptiongroup==1.1.3
|
6 |
fastapi[all]
|
7 |
greenlet==3.0.1
|
8 |
h11==0.14.0
|
9 |
idna==3.4
|
10 |
-
sniffio
|
11 |
-
SQLAlchemy
|
12 |
-
typing_extensions
|
13 |
llama-cpp-python
|
14 |
tensorflow
|
15 |
transformers
|
|
|
1 |
+
annotated-types
|
2 |
+
anyio
|
3 |
click==8.1.7
|
4 |
+
colorama
|
5 |
exceptiongroup==1.1.3
|
6 |
fastapi[all]
|
7 |
greenlet==3.0.1
|
8 |
h11==0.14.0
|
9 |
idna==3.4
|
10 |
+
sniffio
|
11 |
+
SQLAlchemy
|
12 |
+
typing_extensions
|
13 |
llama-cpp-python
|
14 |
tensorflow
|
15 |
transformers
|