Sync with global requirements

Change-Id: I708ffe506e1be9a72a92edfec911e3ee70481ff1
This commit is contained in:
Monty Taylor 2013-08-05 18:04:11 -03:00
parent 8f96a61b6a
commit aa024468a8
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,5 @@
d2to1>=0.2.10,<0.3
pbr>=0.5.16,<0.6
argparse
httplib2
lxml>=2.3
prettytable>=0.6,<0.8
PrettyTable>=0.6,<0.8

View File

@ -14,8 +14,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
import setuptools
setuptools.setup(
setup_requires=['d2to1>=0.2.10,<0.3', 'pbr>=0.5.10,<0.6'],
d2to1=True)
setup_requires=['pbr>=0.5.20'],
pbr=True)

View File

@ -2,9 +2,9 @@
pep8==1.4.5
pyflakes==0.7.2
flake8==2.0
hacking>=0.5.3,<0.6
hacking>=0.5.6,<0.7
discover
sphinx>=1.1.2
testrepository>=0.0.13
testrepository>=0.0.17
testtools>=0.9.32
mock>=0.8.0