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 b40dcda commit a607faeCopy full SHA for a607fae
setup.py
@@ -95,12 +95,12 @@
95
}
96
97
if sys.version_info[:2] == (3, 2):
98
+ # Particular versions are required for Python 3.2 compatibility
99
__extra_requires__['doc'].extend([
- # Particular versions are required for Python 3.2 compatibility. The
100
- # ordering is reversed because that's what easy_install needs...
101
'Jinja2<2.7',
102
'MarkupSafe<0.16',
103
])
+ __extra_requires__['test'][1] = 'coverage<4.0dev'
104
105
__entry_points__ = {
106
0 commit comments