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
d2to1
eventlet>=0.12.0
python-keystoneclient
requests
eventlet>=0.13.0
python-keystoneclient>=0.3.2
requests>=1.1
iso8601>=0.1.4
lxml>=2.3
oslo.config>=1.1.0
pbr
six
six<1.4.0

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', 'pbr'],
d2to1=True)
setup_requires=['pbr'],
pbr=True)

View File

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