Skip to content

Commit

Permalink
setup.py: remove unnecessary dependency on future
Browse files Browse the repository at this point in the history
"future" is never imported. This was added in commit 81113d1 but seems
the package was unnecessary ever since.
  • Loading branch information
FelixSchwarz committed Jun 22, 2020
1 parent b0caf37 commit 8680ef5
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 @@ -32,7 +32,7 @@ def main():
#package_data={'cloudflare-examples': ["examples/*"]},
include_package_data=True,
data_files = [('man/man1', ['cli4/cli4.man'])],
install_requires=['requests', 'future', 'pyyaml', 'jsonlines', 'beautifulsoup4'],
install_requires=['requests', 'pyyaml', 'jsonlines', 'beautifulsoup4'],
keywords='cloudflare',
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 8680ef5

Please sign in to comment.