Skip to content

Commit

Permalink
Remove unused future dependency (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
me4502 authored Sep 19, 2023
1 parent 03bff13 commit 7712f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def read(fname):
author="Weiwei Wang",
author_email="gastlygem@gmail.com",
license="Apache 2.0",
install_requires=["future"],
install_requires=[],
keywords="junit xunit xml parser",
packages=find_packages(exclude=["tests"]),
entry_points={"console_scripts": ["junitparser=junitparser.cli:main"]},
Expand Down

0 comments on commit 7712f62

Please sign in to comment.