webob 1.2b4 is not out yet...
This commit is contained in:
parent
0b3601b853
commit
5239a8fc93
2
setup.py
2
setup.py
@ -24,7 +24,7 @@ setup(
|
||||
install_requires=[
|
||||
'six',
|
||||
'simplegeneric',
|
||||
'webob' + ('<=1.1.1' if sys.version_info[:2] <= (2, 5) else '>=1.2b4'),
|
||||
'webob' + ('<=1.1.1' if sys.version_info[:2] <= (2, 5) else '>=1.2b3'),
|
||||
],
|
||||
classifiers=[
|
||||
'Development Status :: 3 - Alpha',
|
||||
|
Loading…
x
Reference in New Issue
Block a user