Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
fastapi[all]
|
2 |
sqlalchemy[asyncio]
|
3 |
asyncpg
|
4 |
-
|
5 |
llama-cpp-python
|
6 |
tensorflow
|
7 |
transformers
|
|
|
1 |
fastapi[all]
|
2 |
sqlalchemy[asyncio]
|
3 |
asyncpg
|
4 |
+
pg8000
|
5 |
llama-cpp-python
|
6 |
tensorflow
|
7 |
transformers
|