Skip to content

Commit

Permalink
configparser missing - oops!
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Aug 12, 2020
1 parent 316a22c commit 97645f7
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', 'pyyaml', 'jsonlines', 'beautifulsoup4'],
install_requires=['requests', 'pyyaml', 'jsonlines', 'beautifulsoup4', 'configparser'],
keywords='cloudflare',
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 97645f7

Please sign in to comment.