Skip to content

Commit 97645f7

Browse files
committed
configparser missing - oops!
1 parent 316a22c commit 97645f7

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

0 commit comments

Comments
 (0)