Skip to content

Commit

Permalink
removed unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sbansla committed Oct 3, 2024
1 parent c8c2d81 commit 8e0e54c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Flask==1.1.2
requests>=2.31.0
aiohttp>=3.9.4
aiohttp-retry>=2.8.3
#aiohttp>=3.9.4
#aiohttp-retry>=2.8.3

PyYAML>=4.2b1
python-http-client>=3.2.1
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
def getRequires():
deps = [
'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 8e0e54c

Please sign in to comment.