Limit monotonic to python < 3.3
Reflect the changes to openstack/requirements introduced in change Ib8c1bf08f5fa7463911602b0df19315907c81e04. Change-Id: I89e5370ddcd4447d2e008626256d8a465a1fa710changes/11/658111/2
parent
bd3d85807c
commit
ce1623f6be
|
@ -50,7 +50,7 @@ Mako==0.4.0
|
|||
MarkupSafe==1.0
|
||||
mccabe==0.2.1
|
||||
mock==2.0.0
|
||||
monotonic==0.6
|
||||
monotonic==0.6;python_version<'3.3'
|
||||
mox3==0.20.0
|
||||
msgpack-python==0.4.0
|
||||
munch==2.1.0
|
||||
|
|
Loading…
Reference in New Issue