Skip to content

Commit

Permalink
remove secp256k1 dependency for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
backpacker69 committed Apr 24, 2017
1 parent a378a9b commit a105397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
--no-binary secp256k1
protobuf==3.1
requests
requests
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
author_email='[email protected]',
license='GPL',
packages=['pypeerassets', 'pypeerassets.provider'],
install_requires=['requests', 'secp256k1', 'protobuf', 'peercoin_rpc'],
install_requires=['requests', 'protobuf', 'peercoin_rpc'],
zip_safe=True)

0 comments on commit a105397

Please sign in to comment.