Skip to content

Commit

Permalink
Add dependency to requests for version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
respectus committed Mar 9, 2017
1 parent 038a935 commit 803ba72
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
setup(
name = 'logdna',
packages = ['logdna'],
version = '1.0.2',
version = '1.0.3',
description = 'A python package for sending logs to LogDNA',
author = 'Answerbook Inc.',
author_email = '[email protected]',
url = 'https://github.com/logdna/python',
download_url = 'https://github.com/logdna/python/tarball/1.0.2',
download_url = 'https://github.com/logdna/python/tarball/1.0.3',
keywords = ['logdna', 'logging', 'logs', 'python', 'logdna.com', 'logger'],
install_requires=[
'requests',
],
classifiers = [],
)

0 comments on commit 803ba72

Please sign in to comment.