Skip to content

Commit

Permalink
add requests to package requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
kricha committed Apr 7, 2018
1 parent 35b1416 commit dbcd2f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion insta_browser/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.8.5'
__version__ = '0.8.5.1'
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
],
install_requires=[
'selenium',
'tqdm'
'tqdm',
'requests'
],
)

0 comments on commit dbcd2f6

Please sign in to comment.