summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBarry Warsaw2014-11-15 12:01:30 -0500
committerBarry Warsaw2014-11-15 12:01:30 -0500
commit26fe2c0d37d4da51dbda077cdf46a4cd6cec22a5 (patch)
tree4c5f78bcb5236921291b30d15003666d58c47194 /setup.py
parent50127508451e1099e9e48266c1fb05b3d1ee2a4b (diff)
parent368100001d11a7585dd424613fbc905269596ebd (diff)
downloadmailman-26fe2c0d37d4da51dbda077cdf46a4cd6cec22a5.tar.gz
mailman-26fe2c0d37d4da51dbda077cdf46a4cd6cec22a5.tar.zst
mailman-26fe2c0d37d4da51dbda077cdf46a4cd6cec22a5.zip
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 94e9d5488..78787ed06 100644
--- a/setup.py
+++ b/setup.py
@@ -95,6 +95,7 @@ case second `m'. Any other spelling is incorrect.""",
install_requires = [
'alembic',
'enum34',
+ 'falcon',
'flufl.bounce',
'flufl.i18n',
'flufl.lock',
@@ -104,7 +105,6 @@ case second `m'. Any other spelling is incorrect.""",
'mock',
'nose2',
'passlib',
- 'restish',
'sqlalchemy',
'zope.component',
'zope.configuration',