Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
annotated-types==0.6.0
|
2 |
+
anyio==3.7.1
|
3 |
+
click==8.1.7
|
4 |
+
colorama==0.4.6
|
5 |
+
exceptiongroup==1.1.3
|
6 |
+
fastapi[all]
|
7 |
+
greenlet==3.0.1
|
8 |
+
h11==0.14.0
|
9 |
+
idna==3.4
|
10 |
+
sniffio==1.3.0
|
11 |
+
SQLAlchemy==2.0.22
|
12 |
+
typing_extensions==4.8.0
|
13 |
+
llama-cpp-python
|