moriire commited on
Commit
c2f55d7
1 Parent(s): 91ded94

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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