[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Aug 5, 2023
1 parent 0d7c478 commit 5556bf8
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,30 @@ readme = "README.md"
python = "^3.10"
dynaconf = "^3.1.12"
loguru = "^0.7.0"
playwright = "^1.36.0"
uvicorn = "^0.23.0"
fastapi = "^0.101.0"
playwright = "^1.36.0"
gspread = "^5.10.0"

[tool.poetry.dependencies]
python = ">=3.9,<3.11"
pytest = "*"
pytest-cov = "*"
pytest-asyncio = "*"
[tool.poetry.group.test.dependencies]
pytest = "^7.0"
pytest-cov = "^4.1"
pytest-asyncio = "^0.21.0"
pytest-mock = "^3.11.1"
pytest-loguru = "^0.2.0"
pytest-playwright = "^0.3.3"

[tool.poetry.dev-dependencies]
python-semantic-release = "*"
python-semantic-release = "^7.34.6"
ruff = "^0.0.281"

[tool.poetry.group.docs]
optional = true

[tool.poetry.group.docs.dependencies]
sphinx = ">=5,<6"
sphinx_bootstrap_theme = "^0.8.1"
sphinxext-remoteliteralinclude = "^0.4.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 5556bf8

Please sign in to comment.