fix build

This commit is contained in:
2024-03-09 02:58:31 +03:00
parent a6fa21ca68
commit 9cf269b9fd
2 changed files with 11 additions and 11 deletions

View File

@@ -1,27 +1,27 @@
[tool.poetry]
name = "main packages"
version = "1.0.2"
version = "1.1.2"
description = "poetry requiremts creation"
authors = ["Dmitry Afanasyev <Balshbox@gmail.com>"]
[tool.poetry.dependencies]
Python="^3.11"
aiohttp = "^3.8"
Python="^3.12"
aiohttp = "^3.9"
loguru = "^0.7"
requests = "^2.31"
[tool.poetry.dev-dependencies]
ipython = "^8.14"
black = "^23.7"
mypy = "^1.5"
flake8 = "^6.1"
black = "^24.2"
mypy = "^1.9"
flake8 = "^7.0"
pytest = "^7.4"
pytest = "^8.0"
coverage = "^7.3"
safety = "^2.3"
safety = "^2"
[build-system]
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core>=1.8.2"]
build-backend = "poetry.core.masonry.api"