Skip to content

Commit

Permalink
Merge pull request cloudflare#96 from FelixSchwarz/master
Browse files Browse the repository at this point in the history
setup.py: remove unnecessary dependency on future
  • Loading branch information
mahtin committed Jun 22, 2020
2 parents b0caf37 + 8680ef5 commit 61e73e3
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 61e73e3

Please sign in to comment.