Update requirements
Use the pypi version of oslo.config Add zope.sqlalchemy Install all packages
This commit is contained in:
parent
3fce5126a5
commit
58466bc91f
7
setup.py
7
setup.py
@ -15,15 +15,16 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
from setuptools import setup
|
import setuptools
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setuptools.setup(
|
||||||
name='quark',
|
name='quark',
|
||||||
version='0.1',
|
version='0.1',
|
||||||
author='Ozone',
|
author='Ozone',
|
||||||
author_email='jkoelker@rackspace.com',
|
author_email='jkoelker@rackspace.com',
|
||||||
packages=['quark'],
|
packages=setuptools.find_packages(exclude=['ez_setup',
|
||||||
|
'examples', 'tests']),
|
||||||
url='https://github.com/jkoelker/quark',
|
url='https://github.com/jkoelker/quark',
|
||||||
license='Apache Software License',
|
license='Apache Software License',
|
||||||
description='A quantum plugin plugin',
|
description='A quantum plugin plugin',
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
SQLAlchemy>=0.7.8,<=0.7.9
|
SQLAlchemy>=0.7.8,<=0.7.9
|
||||||
alembic
|
alembic
|
||||||
http://tarballs.openstack.org/oslo-config/oslo-config-2013.1b3.tar.gz#egg=oslo-config
|
oslo.config
|
||||||
|
zope.sqlalchemy
|
||||||
quantum
|
quantum
|
||||||
|
Loading…
x
Reference in New Issue
Block a user