mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
cryptography lib version 2.1.1 is causing problems
This commit is contained in:
parent
ad8c1d0658
commit
5ed47b3871
3
setup.py
3
setup.py
@ -41,6 +41,7 @@ deps = [
|
|||||||
'urlcanon>=0.1.dev16',
|
'urlcanon>=0.1.dev16',
|
||||||
'doublethink>=0.2.0.dev81',
|
'doublethink>=0.2.0.dev81',
|
||||||
'PySocks',
|
'PySocks',
|
||||||
|
'cryptography!=2.1.1', # 2.1.1 installation is failing on ubuntu
|
||||||
]
|
]
|
||||||
try:
|
try:
|
||||||
import concurrent.futures
|
import concurrent.futures
|
||||||
@ -49,7 +50,7 @@ except:
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name='warcprox',
|
name='warcprox',
|
||||||
version='2.2b1.dev105',
|
version='2.2b1.dev106',
|
||||||
description='WARC writing MITM HTTP/S proxy',
|
description='WARC writing MITM HTTP/S proxy',
|
||||||
url='https://github.com/internetarchive/warcprox',
|
url='https://github.com/internetarchive/warcprox',
|
||||||
author='Noah Levitt',
|
author='Noah Levitt',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user