-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Specifically, removing d2to1 is the important part. While we're at it though, use hacking to get the pyflakes/pep8 pins. Change-Id: Ic4a43955526fcde313ad2f2afec8fafeb87f37a6
- Loading branch information
Showing
3 changed files
with
10 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
d2to1>=0.2.10,<0.3 | ||
pbr>=0.5,<0.6 | ||
pbr>=0.5.21,<1.0 | ||
simplejson>=2.0.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
# Install bounded pep8/pyflakes first, then let flake8 install | ||
pep8==1.4.5 | ||
pyflakes==0.7.2 | ||
flake8==2.0 | ||
hacking>=0.5.6,<0.8 | ||
|
||
coverage | ||
coverage>=3.6 | ||
discover | ||
mock>=0.8.0 | ||
python-keystoneclient | ||
mock>=1.0 | ||
python-keystoneclient>=0.3.2 | ||
sphinx>=1.1.2 | ||
testrepository>=0.0.13 | ||
testtools>=0.9.22 | ||
testrepository>=0.0.17 | ||
testtools>=0.9.32 |