Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit 89a69c0

Browse files
committed
Use upstream secp256k1
1 parent 9281d4e commit 89a69c0

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ pycryptodome>=3.3.1
77
scrypt
88
rlp>=0.4.4
99
https://github.com/ethereum/ethash/tarball/master
10-
git+https://github.com/ulope/secp256k1-py#egg=secp256k1
10+
secp256k1

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@
3434
setup_requires=[
3535
'pytest-runner==2.7'
3636
],
37-
dependency_links=[
38-
"https://github.com/ulope/secp256k1-py/archive/master.zip#egg=secp256k1-0.11.1"
39-
],
4037
version=version,
4138
classifiers=[
4239
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)