From 70747145f9cd8e19280ea9958f6fccc8f95fbe44 Mon Sep 17 00:00:00 2001 From: Zhenguo Niu Date: Thu, 30 May 2013 10:40:43 +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. Fixes: bug #1179008 Change-Id: I033876ec304fea97c66365c16bcf0cccaa1d810e --- requirements.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 requirements.txt (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..067af58 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,17 @@ +d2to1>=0.2.10,<0.3 +pbr>=0.5,<0.6 +PasteDeploy==1.5.0 +WebOb==1.2.3 +eventlet>=0.12.0 +greenlet>=0.3.2 +lxml +routes==1.12.3 +iso8601>=0.1.4 +anyjson==0.2.4 +kombu==1.0.4 +argparse +stevedore +SQLAlchemy>=0.7.8,<=0.7.9 +oslo.config>=1.1.0 +qpid-python +six -- cgit