Skip to content

Commit

Permalink
Merge pull request #56 from privacyidea/update_requirements
Browse files Browse the repository at this point in the history
Update requirements to newest versions
  • Loading branch information
pablo-knight authored Nov 29, 2021
2 parents 877c12a + 02c5c83 commit 31eda31
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
15 changes: 8 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 31eda31

Please sign in to comment.