diff --git a/requirements.txt b/requirements.txt index 66bd5b2..516d0be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -pyOpenSSL==18.0.0 +pyOpenSSL==26.0.0 chardet==3.0.4 \ No newline at end of file diff --git a/setup.py b/setup.py index 68f6b32..884d5d8 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ download_url='https://github.com/qiyeboy/BaseProxy', packages=['baseproxy'], install_requires = [ - 'pyOpenSSL==18.0.0', + 'pyOpenSSL==26.0.0', 'chardet==3.0.4' ] )