particial update

This commit is contained in:
Dmitry Afanasyev 2023-08-23 23:14:11 +03:00
parent 8bfa31c079
commit 9c42fc9384

View File

@ -5,27 +5,27 @@ description = "poetry requiremts creation"
authors = ["Dmitry Afanasyev <Balshbox@gmail.com>"] authors = ["Dmitry Afanasyev <Balshbox@gmail.com>"]
[tool.poetry.dependencies] [tool.poetry.dependencies]
Python="3.11.3" Python="^3.11"
aiohttp = "^3.8" aiohttp = "^3.8"
aiosignal = "^1.3" aiosignal = "^1.3"
alembic = "^1.9" alembic = "^1.11"
bcrypt = "^4.0" bcrypt = "^4.0"
celery = "^5.2.6" celery = "^5.3"
click = "^8.1" click = "^8.1"
cookiecutter = "^2.1" cookiecutter = "^2.3"
decorator = "^5.1" decorator = "^5.1"
Django = "^4.1" Django = "^4.2"
factory-boy = "^3.2" factory-boy = "^3.3"
Faker = "^16.0" Faker = "^19.0"
fastapi = "^0.89" fastapi = "^0.101"
gunicorn = "^20.1.0" gunicorn = "^21.2"
httpx = "^0.23" httpx = "^0.24"
Jinja2 = "^3.1" Jinja2 = "^3.1"
loguru = "^0.6" loguru = "^0.7"
MouseInfo = "0.1" MouseInfo = "0.1"
numpy = "^1.24" numpy = "^1.25"
orjson = "^3.8" orjson = "^3.9"
Pillow = "^9.4" Pillow = "^10.0"
pre-commit = "^2.21" pre-commit = "^2.21"
prompt-toolkit = "^3.0" prompt-toolkit = "^3.0"
psycopg2-binary = "^2.9" psycopg2-binary = "^2.9"