Skip to content

Commit

Permalink
Add toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
sokoli1 committed Jan 30, 2024
1 parent 94c37cd commit 64911e0
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions template/pyproject.mustache
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
[tool.poetry.dependencies]
python = "^3.7"

urllib3 = ">= 1.25.3"
python-dateutil = ">=2.8.2"
{{#asyncio}}
aiohttp = ">= 3.8.4"
aiohttp-retry = ">= 2.8.3"
{{/asyncio}}
{{#tornado}}
tornado = ">=4.2,<5"
{{/tornado}}
{{#hasHttpSignatureMethods}}
pem = ">= 19.3.0"
pycryptodome = ">= 3.9.0"
{{/hasHttpSignatureMethods}}
pydantic = ">=2"
typing-extensions = ">=4.7.1"

[tool.poetry.dev-dependencies]
pytest = ">=7.2.1"
tox = ">=3.9.0"
flake8 = ">=4.0.0"

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.pylint.'MESSAGES CONTROL']
extension-pkg-whitelist = "pydantic"

0 comments on commit 64911e0

Please sign in to comment.