From 02c5c8369c27d695013fa8431a22df4eeac878ca Mon Sep 17 00:00:00 2001 From: Paul Lettich Date: Thu, 25 Nov 2021 17:21:57 +0100 Subject: [PATCH] Update requirements to newest versions For Python 3 and Python 2 --- requirements.txt | 15 ++++++++------- setup.py | 3 +-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index 704b23d..873fc71 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,14 @@ attrs==21.2.0 Automat==20.2.0 -cffi==1.14.6 +cffi==1.15.0 configobj==5.0.6 constantly==15.1.0 -cryptography==3.4.8; python_version > '3.0' +cryptography==36.0.0; python_version > '3.0' cryptography==3.3.2; python_version < '3.0' enum34==1.1.10; python_version < '3.0' -future==0.18.2 +future==0.18.2; python_version < '3.0' hyperlink==21.0.0 -idna==3.2; python_version > '3.0' +idna==3.3; python_version > '3.0' idna==2.10; python_version < '3.0' incremental==21.3.0 ipaddress==1.0.23; python_version < '3.0' @@ -17,14 +17,15 @@ ldaptor==20.0.0; python_version < '3.0' passlib==1.7.4 pyasn1==0.4.8 pyasn1-modules==0.2.8 -pycparser==2.20 +pycparser==2.21 PyHamcrest==1.10.1; python_version < '3.0' pyOpenSSL==21.0.0 -pyparsing==2.4.7 +pyparsing==3.0.6; python_version > '3.0' +pyparsing==2.4.7; python_version < '3.0' service-identity==21.1.0 six==1.16.0 Twisted==21.7.0; python_version > '3.0' Twisted==20.3.0; python_version < '3.0' +typing_extensions==4.0.0; python_version > '3.0' typing==3.10.0.0; python_version < '3.0' -typing-extensions==3.10.0.2; python_version > '3.0' zope.interface==5.4.0 diff --git a/setup.py b/setup.py index 6b6fc49..7ca6fd6 100644 --- a/setup.py +++ b/setup.py @@ -28,11 +28,10 @@ def get_file_contents(file_path): url='http://www.privacyidea.org', install_requires=['ldaptor', 'six', - 'future', 'Twisted', 'configobj', 'pyOpenSSL', - 'service-identity'], + 'zope.interface'], long_description=get_file_contents('README.md'), classifiers=[ "Framework :: Twisted",