diff options
| author | Michael Merickel <michael@merickel.org> | 2020-01-06 22:31:40 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2020-01-06 22:58:26 -0600 |
| commit | c4626765913de97fb6410f0fdb50a4c93a38bd5b (patch) | |
| tree | 7d61935e7cc115ed3a9b9b2ee47df009efeeceae /docs/tutorials/wiki2/src/authentication/setup.py | |
| parent | cd666082fbbd8b11d5cefd4a2d72209ae4f847be (diff) | |
| download | pyramid-c4626765913de97fb6410f0fdb50a4c93a38bd5b.tar.gz pyramid-c4626765913de97fb6410f0fdb50a4c93a38bd5b.tar.bz2 pyramid-c4626765913de97fb6410f0fdb50a4c93a38bd5b.zip | |
update authentication docs with security policy
Diffstat (limited to 'docs/tutorials/wiki2/src/authentication/setup.py')
| -rw-r--r-- | docs/tutorials/wiki2/src/authentication/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/src/authentication/setup.py b/docs/tutorials/wiki2/src/authentication/setup.py index 500c5e599..12eabaff2 100644 --- a/docs/tutorials/wiki2/src/authentication/setup.py +++ b/docs/tutorials/wiki2/src/authentication/setup.py @@ -20,8 +20,8 @@ requires = [ 'pyramid_tm', 'SQLAlchemy', 'transaction', - 'zope.sqlalchemy', 'waitress', + 'zope.sqlalchemy', ] tests_require = [ |
