Skip to content

Commit

Permalink
dependency updates
Browse files Browse the repository at this point in the history
added comma between bumpy and yarl dependencies
  • Loading branch information
jwschmo authored May 5, 2019
1 parent 514cbca commit 9141172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def run_tests(self):
'pathlib2',
'requests>=2.20.0',
'pandas>=0.23.2',
'numpy'
'numpy',
'yarl',
'urllib3>=1.24.2'
]
Expand Down

0 comments on commit 9141172

Please sign in to comment.