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 1de7a00 commit 1c59b9cCopy full SHA for 1c59b9c
requirements/requirements-tests.txt
@@ -3,6 +3,7 @@ urllib3<3
3
flake8
4
mypy
5
types-cachetools
6
+types-requests
7
orjson
8
pytest
9
pytest-timeout
tox.ini
@@ -24,6 +24,7 @@ commands = flake8
24
deps =
25
26
27
+ types-requests
28
commands = mypy src/confluent_kafka
29
30
[pytest]
0 commit comments