Skip to content

Commit 6ad5cf6

Browse files
committed
drop dep on six
1 parent 52c78d2 commit 6ad5cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
keywords="pytest-httpbin testing pytest httpbin",
4848
packages=find_packages(exclude=["contrib", "docs", "tests*"]),
4949
include_package_data=True, # include files listed in MANIFEST.in
50-
install_requires=["httpbin", "six"],
50+
install_requires=["httpbin"],
5151
extras_require={"test": ["requests", "pytest", "werkzeug<2.1.0"]},
5252
python_requires=">=3.7",
5353
# the following makes a plugin available to pytest

0 commit comments

Comments
 (0)