diff options
| author | Michael Merickel <michael@merickel.org> | 2017-03-28 01:29:33 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2017-03-29 11:59:40 -0500 |
| commit | 14be695bd7d187e162145a28ac07fe341dae3208 (patch) | |
| tree | 946677f9ce4ffc8ca2ebdac7ba09c4d09564a1dd /setup.py | |
| parent | 839dbff79f43a8f76d2be9edd95f78308a316deb (diff) | |
| download | pyramid-14be695bd7d187e162145a28ac07fe341dae3208.tar.gz pyramid-14be695bd7d187e162145a28ac07fe341dae3208.tar.bz2 pyramid-14be695bd7d187e162145a28ac07fe341dae3208.zip | |
rewrite low-level pyramid config functions to use plaster
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,10 +34,12 @@ install_requires = [ 'venusian >= 1.0a3', # ``ignore`` 'translationstring >= 0.4', # py3 compat 'PasteDeploy >= 1.5.0', # py3 compat + 'plaster', 'hupper', ] tests_require = [ + 'plaster_pastedeploy', 'WebTest >= 1.3.1', # py3 compat 'zope.component >= 4.0', # py3 compat ] |
