Skip to content

Commit

Permalink
Added missing redis dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Bladrak committed Aug 19, 2015
1 parent f8c2d40 commit 6844871
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
install_requires=[
'thumbor',
'tc_core',
'shortuuid'
'shortuuid',
'redis',
],
extras_require={
'tests': [
Expand Down

0 comments on commit 6844871

Please sign in to comment.