Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit ff91110

Browse files
committed
Merge branch 'master' of github.com:cloudflare/python-cloudflare
2 parents 4ecb111 + 61e73e3 commit ff91110

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
@@ -32,7 +32,7 @@ def main():
3232
#package_data={'cloudflare-examples': ["examples/*"]},
3333
include_package_data=True,
3434
data_files = [('man/man1', ['cli4/cli4.man'])],
35-
install_requires=['requests', 'future', 'pyyaml', 'jsonlines', 'beautifulsoup4'],
35+
install_requires=['requests', 'pyyaml', 'jsonlines', 'beautifulsoup4'],
3636
keywords='cloudflare',
3737
entry_points={
3838
'console_scripts': [

0 commit comments

Comments
 (0)