diff options
| author | David Smith <smithdc@gmail.com> | 2020-11-07 21:21:49 +0000 |
|---|---|---|
| committer | David Smith <smithdc@gmail.com> | 2020-11-07 21:21:49 +0000 |
| commit | 548990c937b8e1aee66e3530975c424cc9a02163 (patch) | |
| tree | 81f1560023cbc0e43f7a7b13d45665f1c02e1e0f /setup.py | |
| parent | d5df159bd27b41c77042e8814ab4f37ebdcea18a (diff) | |
| download | webtest-548990c937b8e1aee66e3530975c424cc9a02163.tar.gz | |
Updated travis, setup.py and changelog.rst
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -6,14 +6,13 @@ from setuptools import find_packages version = '2.0.36.dev0' install_requires = [ - 'six', 'WebOb>=1.2', 'waitress>=0.8.5', 'beautifulsoup4', ] tests_require = [ - 'nose<1.3.0', 'coverage', 'mock', + 'nose<1.3.0', 'coverage', 'PasteDeploy', 'WSGIProxy2', 'pyquery' ] @@ -34,10 +33,7 @@ setup(name='WebTest', "License :: OSI Approved :: MIT License", "Topic :: Internet :: WWW/HTTP :: WSGI", "Topic :: Internet :: WWW/HTTP :: WSGI :: Server", - "Programming Language :: Python :: 2", - "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", |
