Update requirements

Use the pypi version of oslo.config
Add zope.sqlalchemy
Install all packages
This commit is contained in:
Jason Kölker 2013-03-13 17:55:36 -05:00
parent 3fce5126a5
commit 58466bc91f
2 changed files with 6 additions and 4 deletions

View File

@ -15,15 +15,16 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from setuptools import setup
import setuptools
setup(
setuptools.setup(
name='quark',
version='0.1',
author='Ozone',
author_email='jkoelker@rackspace.com',
packages=['quark'],
packages=setuptools.find_packages(exclude=['ez_setup',
'examples', 'tests']),
url='https://github.com/jkoelker/quark',
license='Apache Software License',
description='A quantum plugin plugin',

View File

@ -1,4 +1,5 @@
SQLAlchemy>=0.7.8,<=0.7.9
alembic
http://tarballs.openstack.org/oslo-config/oslo-config-2013.1b3.tar.gz#egg=oslo-config
oslo.config
zope.sqlalchemy
quantum