Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Updating to new pysaml2 release
  • Loading branch information
WebSpider committed Oct 31, 2017
commit 5f82d7213b4fbaddb56de9f3c378d9b2f15d2b47
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def read(*rnames):
'defusedxml>=0.4.1',
'Django>=1.8',
'enum34;python_version > "3" and python_version < "3.4"',
'pysaml2==4.4.0',
'pysaml2==4.5.0',
],
extras_require=extra,
)