Skip to content

Commit

Permalink
Merge pull request #21 from iheartradio/requirements
Browse files Browse the repository at this point in the history
Remove the version specifier for Henson
  • Loading branch information
jonafato committed Mar 8, 2016
2 parents 9731106 + 198fb06 commit 19c2d98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def read(filename):
with open(filename) as f:
return f.read()


setup(
name='Henson-Logging',
version='0.3.0',
Expand All @@ -31,7 +30,7 @@ def read(filename):
packages=find_packages(exclude=['tests']),
zip_safe=False,
install_requires=[
'Henson>=0.2.0',
'Henson',
'structlog',
],
tests_require=[
Expand Down

0 comments on commit 19c2d98

Please sign in to comment.