We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7fb455 + bea6a9a commit 412cd35Copy full SHA for 412cd35
setup.py
@@ -71,6 +71,7 @@ def read(*rnames):
71
install_requires=[
72
'defusedxml>=0.4.1',
73
'Django>=1.8',
74
+ 'enum34;python_version > "3" and python_version < "3.4"',
75
'pysaml2==4.4.0',
76
],
77
extras_require=extra,
0 commit comments