Update requirements

Specifically, stop using d2to1

Change-Id: Ie8af1dd5a8519bdb4105f11d94d95ce4e464c95a
This commit is contained in:
Monty Taylor 2013-09-13 11:17:07 -05:00
parent 6eb8eb9af3
commit 1351034731
3 changed files with 14 additions and 13 deletions

View File

@ -1,11 +1,11 @@
anyjson pbr>=0.5.21,<1.0
anyjson>=0.3.3
argparse argparse
d2to1 eventlet>=0.13.0
eventlet>=0.12.0 python-keystoneclient>=0.3.2
python-keystoneclient requests>=1.1
requests
iso8601>=0.1.4 iso8601>=0.1.4
lxml>=2.3 lxml>=2.3
oslo.config>=1.1.0 oslo.config>=1.1.0
pbr six<1.4.0
six

View File

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

View File

@ -1,9 +1,9 @@
coverage>=3.6 coverage>=3.6
discover discover
fixtures>=0.3.14 fixtures>=0.3.14
hacking hacking>=0.5.6,<0.8
python-subunit python-subunit
sphinx>=1.1.2 sphinx>=1.1.2
testrepository>=0.0.13 testrepository>=0.0.17
testscenarios testscenarios>=0.4
testtools>=0.9.27 testtools>=0.9.32