Removed 'mox==0.5.0' and replaced with just 'mox' in tools/pip-requires.

I was getting an error from pip stating: Could not find a version that
satisfies the requirement mox==0.5.0 (from versions: ).

Potentially pip is messed up, but all tests seem to run with the latest
version of mox (0.5.3).

Change-Id: Id6a38766290a20d752177e8d272284b7b632156b
This commit is contained in:
Brian Lamar 2011-10-24 16:25:21 -05:00
parent ea748f9131
commit d521d6529e

View File

@ -12,7 +12,7 @@ nose
nose-exclude
sphinx
argparse
mox==0.5.0
mox
boto
swift
sqlalchemy-migrate>=0.6,<0.7