Skip to content

Commit 987791b

Browse files
committed
Remove aiosqlite dependency
Signed-off-by: Federico Busetti <[email protected]>
1 parent 2205a86 commit 987791b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,18 @@ python = ">=3.8,<3.13"
4141
optional = true
4242

4343
[tool.poetry.group.dev.dependencies]
44-
aiosqlite = ">=0.18.0"
4544
coverage = ">=6.5.0"
4645
black = ">=22.10.0"
4746
mkdocs = ">=1.4.3"
4847
mkdocs-material = ">=9.1.16"
4948
mypy = ">=0.990"
49+
pymdown-extensions = ">=10.0.1"
5050
pytest = ">=7.2.0"
5151
pytest-asyncio = ">=0.20.3"
5252
pytest-cov = ">=4.0.0"
5353
pytest-factoryboy = ">=2.5.0"
5454
pytest-xdist = ">=3.0.2"
5555
ruff = ">=0.0.263"
56-
pymdown-extensions = ">=10.0.1"
5756

5857
[tool.pytest.ini_options]
5958
asyncio_mode = "auto"

0 commit comments

Comments
 (0)