Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Commit

Permalink
update requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
westonplatter committed Oct 30, 2018
1 parent 35a241d commit 5cbbe43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fast_arrow/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.2.12'
VERSION = '0.2.13'
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ def run_tests(self):


deps = [
'click',
'pathlib2',
'requests',
'requests>=2.20.0',
'pandas>=0.23.2',
'numpy',
'yarl']
Expand Down

0 comments on commit 5cbbe43

Please sign in to comment.