Skip to content

Commit

Permalink
removed ecdsa from setup and requirements (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
idimov-keeper authored Mar 22, 2024
1 parent feb697b commit 4709006
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion sdk/python/core/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
ecdsa
cryptography>=39.0.1
requests>=2.28.2
pytest>=7.2.1
Expand Down
1 change: 0 additions & 1 deletion sdk/python/core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
long_description = fp.read()

install_requires = [
'ecdsa',
'requests',
'cryptography>=39.0.1',
'importlib_metadata'
Expand Down

0 comments on commit 4709006

Please sign in to comment.