Move SQLA dep in pip-requires to indicate it is optional (kinda)

This commit is contained in:
Kiall Mac Innes 2012-10-28 20:24:26 +00:00
parent e800761748
commit 3e9b8a3e1a
2 changed files with 3 additions and 3 deletions

View File

@ -44,9 +44,9 @@ setup(
extras_require={'test': tests_require},
dependency_links=dependency_links,
scripts=[
'bin/moniker-agent-bind9',
'bin/moniker-api',
'bin/moniker-central',
'bin/moniker-api',
'bin/moniker-agent-bind9',
],
cmdclass=common_setup.get_cmdclass(),
entry_points=textwrap.dedent("""

View File

@ -1,6 +1,5 @@
Flask==0.9
eventlet
sqlalchemy>=0.7
jsonschema>=0.6
ipaddr
PasteDeploy
@ -17,4 +16,5 @@ WebOb==1.0.8
https://launchpad.net/keystone/folsom/2012.2/+download/keystone-2012.2.tar.gz#egg=keystone
# Optional Stuff that is used by default
sqlalchemy>=0.7
kombu