We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2205a86 commit 987791bCopy full SHA for 987791b
pyproject.toml
@@ -41,19 +41,18 @@ python = ">=3.8,<3.13"
41
optional = true
42
43
[tool.poetry.group.dev.dependencies]
44
-aiosqlite = ">=0.18.0"
45
coverage = ">=6.5.0"
46
black = ">=22.10.0"
47
mkdocs = ">=1.4.3"
48
mkdocs-material = ">=9.1.16"
49
mypy = ">=0.990"
+pymdown-extensions = ">=10.0.1"
50
pytest = ">=7.2.0"
51
pytest-asyncio = ">=0.20.3"
52
pytest-cov = ">=4.0.0"
53
pytest-factoryboy = ">=2.5.0"
54
pytest-xdist = ">=3.0.2"
55
ruff = ">=0.0.263"
56
-pymdown-extensions = ">=10.0.1"
57
58
[tool.pytest.ini_options]
59
asyncio_mode = "auto"
0 commit comments