Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
fastapi[all]
|
|
|
2 |
sqlalchemy[asyncio]
|
3 |
asyncpg
|
4 |
pg8000
|
|
|
1 |
fastapi[all]
|
2 |
+
optimum[onnxruntime]
|
3 |
sqlalchemy[asyncio]
|
4 |
asyncpg
|
5 |
pg8000
|