summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBarry Warsaw2016-04-03 01:07:18 -0400
committerBarry Warsaw2016-04-03 01:07:18 -0400
commit5976a7980dd00e183bb764f87c2ffc6570d1bb96 (patch)
treeb6f527b9edf0a7a586015737d5a344ec5343273c /setup.py
parent3a6dc50cb5990ce18efab27e94f94d60ae7d5f16 (diff)
downloadmailman-5976a7980dd00e183bb764f87c2ffc6570d1bb96.tar.gz
mailman-5976a7980dd00e183bb764f87c2ffc6570d1bb96.tar.zst
mailman-5976a7980dd00e183bb764f87c2ffc6570d1bb96.zip
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 94d56af43..c6ad567f4 100644
--- a/setup.py
+++ b/setup.py
@@ -105,7 +105,7 @@ case second `m'. Any other spelling is incorrect.""",
},
install_requires = [
'alembic',
- 'falcon>=0.3rc1',
+ 'falcon',
'flufl.bounce',
'flufl.i18n',
'flufl.lock',
@@ -121,3 +121,5 @@ case second `m'. Any other spelling is incorrect.""",
'zope.interface',
],
)
+
+# flake8: noqa