add dependency of websockets

This commit is contained in:
Mix 2021-01-30 10:55:06 +08:00
parent 5de41a18f9
commit e2f837055e
2 changed files with 2 additions and 1 deletions

2
poetry.lock generated
View File

@ -784,7 +784,7 @@ reference = "aliyun"
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "55439e671ff8c89285f2cf645189c1bf3e3bd53638bbb31ed505727a041d1012"
content-hash = "0038c5b3aa4a382184c1ef5b37a668ce37d8246c8fdf18deb71dccc8bf97be62"
[metadata.files]
alabaster = [

View File

@ -30,6 +30,7 @@ pygtrie = "^2.4.1"
fastapi = "^0.63.0"
uvicorn = "^0.11.5"
pydantic = {extras = ["dotenv", "typing_extensions"], version = "^1.7.3"}
websockets = "^8.1"
[tool.poetry.dev-dependencies]
yapf = "^0.30.0"