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 85edf38 commit ba6baefCopy full SHA for ba6baef
requirements-dev.txt
@@ -11,9 +11,14 @@ codecov
11
# used for example confluence attach file
12
python-magic
13
pylint
14
-mypy
+mypy>=0.812
15
bandit
16
doc8
17
+types-Deprecated
18
+types-requests
19
+types-six
20
+types-beautifulsoup4
21
+
22
23
# On October 4, 2022 importlib-metadata released importlib-metadata 5.0.0 and in version 5.0.0
24
# They have Deprecated EntryPoints and that's why you are facing this error.
0 commit comments