Skip to content

Commit

Permalink
Merge pull request #64 from gadventures/bug-pip-requirements
Browse files Browse the repository at this point in the history
Add `future` to requirements in setup.py
  • Loading branch information
marz619 committed Apr 26, 2017
2 parents 066bcfe + 0e24a59 commit d7c8ff9
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 @@ -11,6 +11,7 @@

requirements = [
'requests',
'future',
]

test_requirements = [
Expand Down

0 comments on commit d7c8ff9

Please sign in to comment.