Fix lower constraints

decorator-3.4.0 now errors on setup due to using use_2to3, and
networkx-1.1.0 attempts to import fractions.gcd, which is math.gcd
from python-3.5 onwards.

Change-Id: I4f4ddebb079a95708be3dd76086b039db18d5948
This commit is contained in:
Steve Baker 2021-09-27 13:57:45 +13:00
parent 0aa6e24286
commit 517e7eca95
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ alabaster==0.7.10
appdirs==1.3.0 appdirs==1.3.0
astroid==1.6.2 astroid==1.6.2
coverage==4.0 coverage==4.0
decorator==3.4.0 decorator==4.3.0
docutils==0.11 docutils==0.11
dulwich==0.15.0 dulwich==0.15.0
extras==1.0.0 extras==1.0.0
@ -19,7 +19,7 @@ linecache2==1.0.0
MarkupSafe==1.0 MarkupSafe==1.0
mock==2.0.0 mock==2.0.0
mox3==0.20.0 mox3==0.20.0
networkx==1.10 networkx==2.4.0
openstackdocstheme==1.18.1 openstackdocstheme==1.18.1
os-client-config==1.28.0 os-client-config==1.28.0
oslotest==3.2.0 oslotest==3.2.0

View File

@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration # of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
networkx>=1.10 # BSD networkx>=2.4.0 # BSD
pbr!=2.1.0,>=2.0.0 # Apache-2.0 pbr!=2.1.0,>=2.0.0 # Apache-2.0
PyYAML>=3.12 # MIT PyYAML>=3.12 # MIT
stevedore>=1.20.0 # Apache-2.0 stevedore>=1.20.0 # Apache-2.0