Skip to content

Commit

Permalink
Temporarily "downgrade" idna (#1063)
Browse files Browse the repository at this point in the history
Workaround until `requests` stops breaking everyone's builds. psf/requests#5710
  • Loading branch information
jace committed Mar 29, 2021
1 parent 774a00f commit 827bba8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -31,6 +31,7 @@ install:
- pip install git+https://github.com/hasgeek/flask-babelhg.git
- pip install -r requirements.txt
- pip install -r test_requirements.txt
- pip install idna --upgrade
- make
- pip install six --upgrade --ignore-installed
before_script:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -23,7 +23,7 @@ Flask-WTF==0.14.3
geoip2==4.1.0
html2text==2020.1.16
icalendar==4.0.7
idna==3.1
idna<3
itsdangerous==1.1.0
jsmin==2.2.2
oauth2client==4.1.3
Expand Down

0 comments on commit 827bba8

Please sign in to comment.