Skip to content

Commit 7b0610b

Browse files
committed
Dammit pyelliptic is gone
cryptography, pyOPENSSL and others don't do ECDH on P-256, so we're going to have to pin to 1.5.7 for the near future, which means old openssl. openssl ABI compatibility would be really nice.
1 parent f2ab4e5 commit 7b0610b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='http_ece',
13-
version='0.7.2',
13+
version='0.7.3',
1414
author='Martin Thomson',
1515
author_email='[email protected]',
1616
scripts=[],
@@ -27,7 +27,7 @@
2727
],
2828
keywords='crypto http',
2929
install_requires=[
30-
'pyelliptic',
30+
'pyelliptic==1.5.7',
3131
'cryptography',
3232
],
3333
tests_require=[

0 commit comments

Comments
 (0)