From 40460cbeb1f0b08b82fdf405b3341eebf5612cb0 Mon Sep 17 00:00:00 2001 From: Zhenguo Niu Date: Wed, 29 May 2013 17:23:30 +0800 Subject: Rename requires files to standard names. Rename tools/pip-requires to requirements.txt and tools/test-requires to test-requirements.txt. These are standard files, and tools in the general world are growing intelligence about them. Change-Id: Ic220b54de5ce7c15f442b8ffcb97cd03c2344f9a Fixes: bug #1179008 --- tools/pip-requires | 8 -------- tools/test-requires | 16 ---------------- 2 files changed, 24 deletions(-) delete mode 100644 tools/pip-requires delete mode 100644 tools/test-requires (limited to 'tools') diff --git a/tools/pip-requires b/tools/pip-requires deleted file mode 100644 index cabf2e9..0000000 --- a/tools/pip-requires +++ /dev/null @@ -1,8 +0,0 @@ -d2to1>=0.2.10,<0.3 -pbr>=0.5,<0.6 - -argparse -prettytable>=0.6,<0.8 -python-keystoneclient>=0.1.2,<1 -pyOpenSSL -warlock>=0.7.0,<2 diff --git a/tools/test-requires b/tools/test-requires deleted file mode 100644 index 2bda8db..0000000 --- a/tools/test-requires +++ /dev/null @@ -1,16 +0,0 @@ -distribute>=0.6.24 - -# Install bounded pep8/pyflakes first, then let flake8 install -pep8==1.4.5 -pyflakes==0.7.2 -flake8==2.0 -hacking>=0.5.3,<0.6 - -coverage -discover -mox -mock>=0.8.0 -setuptools-git>=0.4 -sphinx>=1.1.2 -testrepository>=0.0.13 -testtools>=0.9.22 -- cgit v1.2.1