mirror of
https://github.com/Balshgit/python-poetry.git
synced 2025-09-10 16:30:41 +03:00
28 lines
484 B
TOML
28 lines
484 B
TOML
[tool.poetry]
|
|
name = "main packages"
|
|
version = "1.1.2"
|
|
description = "poetry requiremts creation"
|
|
authors = ["Dmitry Afanasyev <Balshbox@gmail.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
Python="^3.13"
|
|
aiohttp = "^3.9"
|
|
loguru = "^0.7"
|
|
requests = "^2.31"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
ipython = "^8.14"
|
|
|
|
black = "^24.2"
|
|
mypy = "^1.9"
|
|
flake8 = "^7.0"
|
|
|
|
pytest = "^8.0"
|
|
coverage = "^7.3"
|
|
|
|
safety = "^2"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=2.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|