Skip to content

Commit

Permalink
added jsonlines package in order to handle NDJSON formatted responses
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Feb 25, 2018
1 parent c73a674 commit ead7bbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ requests
logger
future
pyyaml
jsonlines
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'],
install_requires=['requests', 'future', 'pyyaml', 'jsonlines'],
keywords='cloudflare',
entry_points={
'console_scripts': [
Expand Down

0 comments on commit ead7bbd

Please sign in to comment.