Skip to content

Commit

Permalink
Merge pull request #3 from AndreLouisCaron/missing-dep
Browse files Browse the repository at this point in the history
Adds missing dependency.
  • Loading branch information
AndreLouisCaron committed Sep 20, 2016
2 parents b2a2bc1 + 4ade9cc commit 40cd4f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def readfile(path):
},
install_requires=[
'aiohttp>=1,<2',
'aiotk>=0.2,<0.3',
'fluent-logger>=0.4,<0.5',
'structlog>=16,<17',
],
Expand Down

0 comments on commit 40cd4f9

Please sign in to comment.