Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Fix #647 - Remove urllib3 conflicts (#652)
Browse files Browse the repository at this point in the history
This should help remove potential conflicts between `urllib3` and `requests`. `requests` anyways transitively depends on `urllib3`, so removing this shouldn't be a problem.
  • Loading branch information
paambaati authored and jkoelker committed Oct 4, 2019
1 parent aeaf38c commit 4dfb523
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ pycurl
python-dateutil
requests
six
urllib3

0 comments on commit 4dfb523

Please sign in to comment.