Skip to content

Commit fa19ff5

Browse files
committed
Fix pyproject.toml
1 parent ea3518b commit fa19ff5

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

pyproject.toml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,13 @@ module = "passlib.*"
1010
ignore_missing_imports = true
1111

1212
[[tool.mypy.overrides]]
13-
module = "fastapi_users_db_mongodb.*"
13+
module = "fastapi_users_db_beanie.*"
1414
ignore_missing_imports = true
1515

1616
[[tool.mypy.overrides]]
1717
module = "fastapi_users_db_sqlalchemy.*"
1818
ignore_missing_imports = true
1919

20-
[[tool.mypy.overrides]]
21-
module = "fastapi_users_db_tortoise.*"
22-
ignore_missing_imports = true
23-
24-
[[tool.mypy.overrides]]
25-
module = "fastapi_users_db_ormar.*"
26-
ignore_missing_imports = true
27-
2820
[tool.pytest.ini_options]
2921
asyncio_mode = "auto"
3022
addopts = "--ignore=test_build.py"
@@ -106,7 +98,7 @@ dev = [
10698
"uvicorn",
10799
]
108100
sqlalchemy = [
109-
"fastapi-users-db-sqlalchemy >=3.0.0",
101+
"fastapi-users-db-sqlalchemy >=4.0.0",
110102
]
111103
beanie = [
112104
"fastapi-users-db-beanie >=1.0.0",

0 commit comments

Comments
 (0)