diff options
| author | Michael Merickel <michael@merickel.org> | 2018-11-19 21:35:37 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2018-11-19 21:35:37 -0600 |
| commit | 8c943501e87bed7836bb9ec1b216a561cc3f6be6 (patch) | |
| tree | 1008b955958d13fdb68dd6b5c8e2494347b3d094 /docs/narr/myproject/setup.py | |
| parent | e5253db2bfe3fa42f03a6ef10f353674b497afb4 (diff) | |
| download | pyramid-8c943501e87bed7836bb9ec1b216a561cc3f6be6.tar.gz pyramid-8c943501e87bed7836bb9ec1b216a561cc3f6be6.tar.bz2 pyramid-8c943501e87bed7836bb9ec1b216a561cc3f6be6.zip | |
rip out moar unicode prefixes
Diffstat (limited to 'docs/narr/myproject/setup.py')
| -rw-r--r-- | docs/narr/myproject/setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/myproject/setup.py b/docs/narr/myproject/setup.py index cf626880f..1ee272270 100644 --- a/docs/narr/myproject/setup.py +++ b/docs/narr/myproject/setup.py @@ -17,8 +17,8 @@ requires = [ ] tests_require = [ - 'WebTest >= 1.3.1', # py3 compat - 'pytest>=3.7.4', + 'WebTest', + 'pytest', 'pytest-cov', ] |
