Added dependencies
This commit is contained in:
8
setup.py
8
setup.py
@@ -38,8 +38,16 @@ setup(
|
|||||||
],
|
],
|
||||||
scripts=["tools/parse_xsd2.py", "tools/make_metadata.py"],
|
scripts=["tools/parse_xsd2.py", "tools/make_metadata.py"],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
|
# core dependencies
|
||||||
'decorator',
|
'decorator',
|
||||||
'httplib2',
|
'httplib2',
|
||||||
|
# for the tests:
|
||||||
|
'pyasn1',
|
||||||
|
'python-memcached',
|
||||||
|
# for s2repoze:
|
||||||
|
'paste',
|
||||||
|
'zope.interface',
|
||||||
|
'repoze.who<2.0',
|
||||||
],
|
],
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user