Skip to content

Commit

Permalink
Added logger to requirements.txt and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Jul 5, 2016
1 parent 4747180 commit 45f02de
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
@@ -1,3 +1,4 @@
requests
logger
future
pyyaml
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def main():
license='MIT',
packages=['cli4']+find_packages(),
#package_dir={'CloudFlare': 'lib'}
install_requires=['requests', 'future', 'pyyaml'],
install_requires=['requests', 'logger', 'future', 'pyyaml'],
keywords='cloudflare',
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 45f02de

Please sign in to comment.