Files
python-poetry/pyproject.toml

114 lines
2.3 KiB
TOML

[project]
name = "main-packages"
version = "1.8.0"
description = "poetry requirements creation"
authors = [{"name" = "Dmitry Afanasyev", "email" = "Balshbox@gmail.com"}]
requires-python = ">3.14,<3.15"
[build-system]
requires = ["poetry-core>=2.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
package-mode = false
[tool.poetry.dependencies]
aiohttp = "^3.13"
alembic = "^1.18"
bcrypt = "^5.0"
celery = "^5.6"
click = "^8.3"
cookiecutter = "^2.7"
decorator = "^5.2"
Django = "^6"
factory-boy = "^3.3"
Faker = "^40"
fastapi = "^0.135"
gunicorn = "^25"
httpx = "^0.28"
Jinja2 = "^3.1"
loguru = "^0.7"
MouseInfo = "0.1"
numpy = "^2.4"
orjson = "^3.11"
Pillow = "^12.1"
pre-commit = "^4.5"
prompt-toolkit = "^3.0"
psycopg2-binary = "^2.9"
PyAutoGUI = "^0.9"
pydantic = "^2.12"
Pygments = "^2.19"
pyinstaller = "^6.19"
PyQt6 = "^6.10"
python-decouple = "^3.8"
pytz = "^2026.1.post1"
redis = {version = "^7.3", extras = ["asyncio"]}
requests = "^2.32"
selenium = "^4.41"
simple-term-menu = "^1.6"
six = "^1.17"
SQLAlchemy = {version = "^2.0", extras = ["asyncio"]}
termcolor = "^3.3"
uvicorn = "^0.41"
validators = "^0.35"
virtualenv = "^21.2"
wget = "^3.2"
zipp = "^3.23"
poetry = "^2.3"
[tool.poetry.group.dev.dependencies]
ipython = "^9.11"
black = "^26.3"
mypy = "^1.19"
autoflake = "^2.3"
flake8 = "^7.1"
flake8-logging-format = "^2024.24.12"
flake8-comprehensions = "^3.17"
flake8-eradicate = "^1.5"
flake8-deprecated = "^2.2"
flake8-pytest-style = "^2.1"
flake8-aaa = "^0.17"
flake8-bugbear = "^24.12"
flake8-warnings = "^0.4"
flake8-debugger = "^4.1"
flake8-annotations-complexity = "^0.0.8"
flake8-fixme = "^1.1"
flake8-simplify = "^0.21"
flake8-variables-names = "^0.0.6"
flake8-bandit = "^4.1"
flake8-tidy-imports = "^4.10"
flake8-noqa = "^1.4"
flake8-useless-assert = "^0.4"
flake8-mock = "^0.4"
flake8-comments = "^0.1"
flake8-newspaper-style = "^0.4"
Flake8-pyproject = "^1.2.3"
pytest = "^9.0"
pytest-asyncio = "^1.3"
pytest-deadfixtures = "^3.1"
pytest-repeat = "^0.9"
pytest-mock = "^3.15"
pytest-cov = "^7.0"
pytest-timeout = "^2.4"
pytest-timeouts = "^1.2"
pytest-sugar = "^1.1"
pytest-clarity = "^1.0"
pytest-env = "^1.5"
nest-asyncio = "^1.6"
pytest-html = "^4.2"
pytest-randomly = "^4.0"
pytest-split = "^0.11"
pytest-freezegun = "^0.4"
pytest-socket = "^0.7"
assertpy = "^1.1"
respx = "^0.22"
safety = "^3.7"
pip-audit = "^2.10"
ruff = "^0.15"