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

Commit 16b7e88

Browse files
committed
configparser added it haste, but not needed - oops!
1 parent 76475a0 commit 16b7e88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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', 'pyyaml', 'jsonlines', 'beautifulsoup4', 'configparser'],
35+
install_requires=['requests', 'pyyaml', 'jsonlines', 'beautifulsoup4'],
3636
keywords='cloudflare',
3737
entry_points={
3838
'console_scripts': [

0 commit comments

Comments
 (0)