summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTheron Luhn <theron@luhn.com>2019-03-30 15:02:43 -0700
committerTheron Luhn <theron@luhn.com>2019-03-30 15:02:43 -0700
commitb05b66e77b9851ff2ed912b6b8bfa0d5068febd1 (patch)
treed2cb66fc602f430522c6459923e88a303086f513 /setup.py
parent9f267dd842c5e93336f0392f2809da75a716039a (diff)
parent01618a1399f547fb1f89cf8b56600325b4f8d04b (diff)
downloadpyramid-b05b66e77b9851ff2ed912b6b8bfa0d5068febd1.tar.gz
pyramid-b05b66e77b9851ff2ed912b6b8bfa0d5068febd1.tar.bz2
pyramid-b05b66e77b9851ff2ed912b6b8bfa0d5068febd1.zip
Merge branch 'master' into security-policy
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 afddbda35..0f097cac4 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ CHANGES = readfile('CHANGES.rst')
VERSION = '2.0.dev0'
install_requires = [
- 'hupper',
+ 'hupper >= 1.5', # ignore_files support
'plaster',
'plaster_pastedeploy',
'setuptools',