Update hacking for Python3
The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. Remove hacking and friends from lower-constraints, they are not needed for installation. Change-Id: Ic64f59739d5519b4b4d7b2eee37e63719c51d3db
This commit is contained in:
@@ -31,7 +31,6 @@ eventlet==0.18.2
|
|||||||
extras==1.0.0
|
extras==1.0.0
|
||||||
fasteners==0.14.1
|
fasteners==0.14.1
|
||||||
fixtures==3.0.0
|
fixtures==3.0.0
|
||||||
flake8==2.6.2
|
|
||||||
Flask==1.0.2
|
Flask==1.0.2
|
||||||
future==0.16.0
|
future==0.16.0
|
||||||
futurist==1.8.0
|
futurist==1.8.0
|
||||||
@@ -39,7 +38,6 @@ gitdb2==2.0.5
|
|||||||
GitPython==2.1.11
|
GitPython==2.1.11
|
||||||
greenlet==0.4.15
|
greenlet==0.4.15
|
||||||
grpcio==1.15.0
|
grpcio==1.15.0
|
||||||
hacking==1.1.0
|
|
||||||
imagesize==1.1.0
|
imagesize==1.1.0
|
||||||
iso8601==0.1.12
|
iso8601==0.1.12
|
||||||
itsdangerous==1.1.0
|
itsdangerous==1.1.0
|
||||||
@@ -55,7 +53,6 @@ linecache2==1.0.0
|
|||||||
logilab-common==1.4.2
|
logilab-common==1.4.2
|
||||||
Mako==1.0.7
|
Mako==1.0.7
|
||||||
MarkupSafe==1.1.0
|
MarkupSafe==1.1.0
|
||||||
mccabe==0.5.3
|
|
||||||
microversion-parse==0.2.1
|
microversion-parse==0.2.1
|
||||||
mock==2.0.0
|
mock==2.0.0
|
||||||
monotonic==1.5
|
monotonic==1.5
|
||||||
@@ -96,7 +93,6 @@ pyasn1==0.4.5
|
|||||||
pycadf==2.9.0
|
pycadf==2.9.0
|
||||||
pycodestyle==2.0.0
|
pycodestyle==2.0.0
|
||||||
pycparser==2.19
|
pycparser==2.19
|
||||||
pyflakes==1.2.3
|
|
||||||
Pygments==2.3.1
|
Pygments==2.3.1
|
||||||
pyinotify==0.9.6
|
pyinotify==0.9.6
|
||||||
pylint==1.4.5
|
pylint==1.4.5
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|
||||||
hacking>=1.1.0 # Apache-2.0
|
hacking>=3.0,<3.1.0 # Apache-2.0
|
||||||
|
|
||||||
bandit>=1.1.0 # Apache-2.0
|
bandit>=1.1.0 # Apache-2.0
|
||||||
bashate>=0.5.1 # Apache-2.0
|
bashate>=0.5.1 # Apache-2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user