File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -10,21 +10,13 @@ module = "passlib.*"
1010ignore_missing_imports = true
1111
1212[[tool .mypy .overrides ]]
13- module = " fastapi_users_db_mongodb .*"
13+ module = " fastapi_users_db_beanie .*"
1414ignore_missing_imports = true
1515
1616[[tool .mypy .overrides ]]
1717module = " fastapi_users_db_sqlalchemy.*"
1818ignore_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 ]
2921asyncio_mode = " auto"
3022addopts = " --ignore=test_build.py"
@@ -106,7 +98,7 @@ dev = [
10698 " uvicorn" ,
10799]
108100sqlalchemy = [
109- " fastapi-users-db-sqlalchemy >=3 .0.0" ,
101+ " fastapi-users-db-sqlalchemy >=4 .0.0" ,
110102]
111103beanie = [
112104 " fastapi-users-db-beanie >=1.0.0" ,
You can’t perform that action at this time.
0 commit comments