Some small updates.

Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
2023-09-22 00:18:02 +04:00
parent d9e0285bb3
commit a28019a8c8
7 changed files with 857 additions and 1173 deletions

View File

@ -9,21 +9,21 @@ python = "^3.9"
aiogram = "^2.13"
pydantic = "^1.8.2"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
black = "^21.5b2"
isort = "^5.8.0"
wemake-python-styleguide = "^0.15.2"
flake8 = "^3.9.2"
mypy = "^0.812"
yesqa = "^1.2.3"
autoflake = "^1.4"
pytest-env = "^0.6.2"
pytest-cov = "^2.12.1"
[tool.poetry.scripts]
lenochka_wake_up = "lenochka.mouth:talk_to_the_wind"
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.2"
black = "^23.9.1"
isort = "^5.12.0"
flake8 = "^6.1.0"
mypy = "^1.5.1"
yesqa = "^1.5.0"
pytest-env = "^1.0.1"
pytest-cov = "^4.1.0"
autoflake = "^2.2.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"