We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c78d2 commit 6ad5cf6Copy full SHA for 6ad5cf6
setup.py
@@ -47,7 +47,7 @@
47
keywords="pytest-httpbin testing pytest httpbin",
48
packages=find_packages(exclude=["contrib", "docs", "tests*"]),
49
include_package_data=True, # include files listed in MANIFEST.in
50
- install_requires=["httpbin", "six"],
+ install_requires=["httpbin"],
51
extras_require={"test": ["requests", "pytest", "werkzeug<2.1.0"]},
52
python_requires=">=3.7",
53
# the following makes a plugin available to pytest
0 commit comments