We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ea9b6f commit a38b5e0Copy full SHA for a38b5e0
mypy.ini
@@ -17,6 +17,3 @@ ignore_missing_imports = True
17
18
[mypy-py3rijndael.*]
19
ignore_missing_imports = True
20
-
21
-[mypy-email-validator.*]
22
-ignore_missing_imports = True
requirements.txt
@@ -2,6 +2,7 @@ aiobotocore
2
bcrypt
3
cryptography
4
databases[aiomysql]
5
+email-validator
6
fastapi
7
httpx
8
python-dotenv
0 commit comments