Commit 229930c9 authored by Łukasz Nowak's avatar Łukasz Nowak

Do not depend on buildout.

slapgrid is using bootstrap for buildout, so it does not depend on it as on
library.
parent e58a306b
......@@ -39,8 +39,6 @@ setup(name=name,
'supervisor', # slapgrid uses supervisor to manage processes
'xml_marshaller>=0.9.3', # to unmarshall/marshall python objects to/from
# XML
'zc.buildout>=1.5.0', # slapgrid uses buildout as its backend to do the
# job
'zope.interface', # slap library implementes interfaces
] + additional_install_requires,
zip_safe=False, # proxy depends on Flask, which has issues with
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment