Requirements: Remove factory_boy, allow SQLAlchemy 0.7.10

SQLAlchemy 0.7.10 is compatible with SQLAlchemy 0.7.x, so
allow it. Also remove dependency on factory_boy, which
seems to be unused.

Change-Id: Idb6bdf6ba02f2d826e2d11a9e2324f7d0a236a57
This commit is contained in:
Dirk Mueller
2013-06-29 12:38:04 +02:00
parent eafc62f61b
commit 647b668399

View File

@@ -1,6 +1,6 @@
d2to1>=0.2.10,<0.3
pbr>=0.5,<0.6
SQLAlchemy>=0.7.8,<=0.7.9
SQLAlchemy>=0.7,<=0.7.99
eventlet
extras
kombu>2.4.7
@@ -10,7 +10,6 @@ PasteDeploy
paste
sqlalchemy-migrate>=0.7.2
netaddr
factory_boy
httplib2
lxml
python-novaclient