mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Use aiohttp version 3.8.4 as 4.x breaks docker image build
This commit is contained in:
parent
67c850a4ac
commit
285a2b86d2
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ dependencies = [
|
|||
"sentence-transformers == 2.2.2",
|
||||
"torch == 1.13.1",
|
||||
"uvicorn == 0.17.6",
|
||||
"aiohttp == 3.8.4",
|
||||
]
|
||||
dynamic = ["version"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue