Update capitalization on all of our requirements

Although pip does the right thing, there are various proxies and whatnot
that actually can get confused with the case-insensitivity.

Moving forward, we should try to make sure we put things in the files
correctly.

Change-Id: I6eb5eb8a3d11dd009f94f02da32cf9580ac7333a
This commit is contained in:
Monty Taylor 2013-07-11 23:31:26 -04:00
parent d5e21fb99e
commit 0305e5932f
2 changed files with 16 additions and 16 deletions

View File

@ -2,23 +2,23 @@ alembic>=0.4.1
amqplib>=0.6.1
anyjson>=0.3.3
argparse
babel>=0.9.6
Babel>=0.9.6
boto>=2.4.0
cheetah>=2.4.4
Cheetah>=2.4.4
cliff>=1.4
d2to1>=0.2.10,<0.3
django>=1.4,<1.6
Django>=1.4,<1.6
django_compressor>=1.3
django_openstack_auth>=1.1.0
dnspython>=1.9.4
eventlet>=0.12.0
extras
flask==0.9
Flask==0.9
greenlet>=0.3.2
happybase>=0.4
httplib2
iso8601>=0.1.4
jinja2
Jinja2
jsonrpclib
jsonschema>=1.0.0,!=1.4.0,<2
kazoo>=0.9,<=1.1
@ -33,17 +33,17 @@ oslo.config>=1.1.0
pam>=0.1.4
paramiko>=1.8.0
passlib
paste
pastedeploy>=1.5.0
Paste
PasteDeploy>=1.5.0
pbr>=0.5.16,<0.6
pecan>=0.2.0
pip>=1.1
prettytable>=0.6,<0.8
PrettyTable>=0.6,<0.8
psutil<1.0
pyasn1
pycrypto>=2.6
pymongo>=2.2
pyopenssl
pyOpenSSL
pyparsing>=1.5.7,<2.0
# OpenStack clients. None of these should have an upper bound
# as that has implications for testing in the gate. An exception
@ -61,20 +61,20 @@ python-quantumclient>=2.2.0
python-swiftclient>=1.2
pytz>=2010h
pyudev
pyyaml>=3.1.0
PyYAML>=3.1.0
qpid-python
requests>=1.1,<1.2.3
routes>=1.12.3
Routes>=1.12.3
setuptools_git>=0.4
simplejson>=2.0.9
six
sqlalchemy>=0.7,<=0.7.99
SQLAlchemy>=0.7,<=0.7.99
sqlalchemy-migrate>=0.7
stevedore>=0.10
suds>=0.4
warlock>=0.7.0,<2
webob>=1.2.3,<1.3
WebOb>=1.2.3,<1.3
websockify>=0.5.1,<0.6
wsgiref>=0.1.2
wsme>=0.5b2
WSME>=0.5b2
xattr>=0.4

View File

@ -14,7 +14,7 @@ httpretty>=0.6.3
keyring
mock>=0.8.0
mox>=0.5.3
mysql-python
MySQL-python
nose
nose-exclude
nosehtmloutput>=0.0.3
@ -42,4 +42,4 @@ testresources<0.3
testscenarios>=0.4,<0.5
testtools>=0.9.32
unittest2
webtest==1.3.3
WebTest==1.3.3