Skip to content

Commit 412cd35

Browse files
authored
Merge pull request #109 from francoisfreitag/fix_py33
Add enum as a dependency for Python <= 3.3
2 parents d7fb455 + bea6a9a commit 412cd35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def read(*rnames):
7171
install_requires=[
7272
'defusedxml>=0.4.1',
7373
'Django>=1.8',
74+
'enum34;python_version > "3" and python_version < "3.4"',
7475
'pysaml2==4.4.0',
7576
],
7677
extras_require=extra,

0 commit comments

Comments
 (0)