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.
1 parent 724252b commit a4e9983Copy full SHA for a4e9983
1 file changed
setup.py
@@ -42,12 +42,12 @@
42
dependency_links=['http://github.com/mehcode/python-xmlsec/tarball/master'],
43
extras_require={
44
'test': (
45
- 'coverage==3.7.1',
+ 'coverage>=3.6',
46
'freezegun==0.3.5',
47
'pylint==1.3.1',
48
'pep8==1.5.7',
49
'pyflakes==0.8.1',
50
- 'coveralls==0.4.4',
+ 'coveralls==1.1',
51
),
52
},
53
keywords='saml saml2 xmlsec django flask pyramid python3',
0 commit comments