Skip to content

Commit

Permalink
fixed setup deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sbansla committed Oct 3, 2024
1 parent 440b22f commit c8c2d81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

def getRequires():
deps = [
'requests'>='2.31.0',
'aiohttp'>='3.9.4',
'aiohttp-retry'>='2.8.3',
'requests>=2.31.0',
'aiohttp>=3.9.4',
'aiohttp-retry>=2.8.3',
'python_http_client>=3.2.1',
'starkbank-ecdsa>=2.0.1'
]
Expand Down

0 comments on commit c8c2d81

Please sign in to comment.