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 f284dd5 commit 4c38e13Copy full SHA for 4c38e13
requirements-dev.txt
@@ -5,6 +5,8 @@ flake8
5
pytest
6
pytest-asyncio
7
httpx
8
+requests
9
+aiohttp
10
cbor2
11
behave
12
vcrpy
setup.py
@@ -34,6 +34,9 @@
34
install_requires=[
35
'pycryptodomex>=3.3',
36
'httpx>=0.28',
37
+ 'httpx>=0.28',
38
+ 'requests>=2.4',
39
+ 'aiohttp',
40
'cbor2>=5.6'
41
],
42
zip_safe=False,
0 commit comments