Skip to content

Commit

Permalink
missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
seba-aln committed Dec 17, 2024
1 parent f284dd5 commit 4c38e13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ flake8
pytest
pytest-asyncio
httpx
requests
aiohttp
cbor2
behave
vcrpy
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
install_requires=[
'pycryptodomex>=3.3',
'httpx>=0.28',
'httpx>=0.28',
'requests>=2.4',
'aiohttp',
'cbor2>=5.6'
],
zip_safe=False,
Expand Down

0 comments on commit 4c38e13

Please sign in to comment.