mirror of
https://github.com/fusion44/blitz_api.git
synced 2026-08-13 11:52:45 +02:00
chore: lock dependencies to latest versions
This commit is contained in:
parent
45436bcc8e
commit
cdfdba16fa
2 changed files with 132 additions and 563 deletions
645
poetry.lock
generated
645
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -6,33 +6,33 @@ authors = ["fusion44 <some.fusion@gmail.com>"]
|
|||
license = "MIT"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7"
|
||||
fastapi = "^0.78.0"
|
||||
fastapi-plugins = "^0.9.0"
|
||||
redis = "^3.5.3"
|
||||
aioredis = "==1.3.1"
|
||||
pydantic = "^1.8.2"
|
||||
uvicorn = "^0.17.6"
|
||||
PyJWT = "^2.4.0"
|
||||
python-decouple = "^3.4"
|
||||
psutil = "^5.8.0"
|
||||
requests = "^2.26.0"
|
||||
pyzmq = "^22.3.0"
|
||||
cchardet = "^2.1.7"
|
||||
aiohttp = "^3.7.4.post0"
|
||||
grpcio = "^1.40.0"
|
||||
grpcio-tools = "^1.40.0"
|
||||
googleapis-common-protos = "^1.53.0"
|
||||
protobuf = "^3.18.0"
|
||||
deepdiff = "^5.5.0"
|
||||
python = "^3.9"
|
||||
fastapi = "0.79.0"
|
||||
fastapi-plugins = "0.9.0"
|
||||
redis = "4.3.4"
|
||||
aioredis = "1.3.1"
|
||||
pydantic = "1.9.1"
|
||||
uvicorn = "0.18.2"
|
||||
PyJWT = "2.4.0"
|
||||
python-decouple = "3.6"
|
||||
psutil = "5.9.1"
|
||||
requests = "2.28.1"
|
||||
pyzmq = "23.2.0"
|
||||
cchardet = "2.1.7"
|
||||
aiohttp = "3.8.1"
|
||||
grpcio = "1.47.0"
|
||||
grpcio-tools = "1.47.0"
|
||||
googleapis-common-protos = "1.56.4"
|
||||
protobuf = "3.20.1"
|
||||
deepdiff = "5.8.1"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
black = "^22.3.0"
|
||||
pytest = "^6.2.5"
|
||||
coverage = "^5.5"
|
||||
pyclean = "^2.0.0"
|
||||
pre-commit = "^2.17.0"
|
||||
isort = "^5.10.1"
|
||||
black = "22.6.0"
|
||||
pytest = "7.1.2"
|
||||
coverage = "6.4.2"
|
||||
pyclean = "2.2.0"
|
||||
pre-commit = "2.20.0"
|
||||
isort = "5.10.1"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue