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

Commit

Permalink
Merge pull request #421 from TakwimuAfrica/hotfix/requests-urllib3-ba…
Browse files Browse the repository at this point in the history
…ndage

Bandage for Requests/Urllib3 incompatiblity
  • Loading branch information
kilemensi committed Oct 17, 2018
2 parents d1e87de + 7b8dd58 commit b366341
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ services:
install:

- pip install -r requirements.txt
- pip install requests==2.19.1

before_script:
- sudo rm -f /etc/boto.cfg
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ requests-aws4auth==0.9
psycopg2-binary==2.7.5
django-redis==4.9.0

# Work around for incompatibility between requests & urllib3
urllib3==1.23

# Workaround for dependency links
# Comment out when changes / updates / PR accepted
git+https://github.com/CodeForAfricaLabs/wazimap.git@master#egg=wazimap

0 comments on commit b366341

Please sign in to comment.