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