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