Skip to content

Commit

Permalink
build: lock dnspython version to something that works with heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhatri1 committed Aug 23, 2020
1 parent a79da91 commit c97e267
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ psycopg2-binary = "==2.8.5"
libsass = "==0.19.4"
flask-json = "==0.3.4"
setuptools = "==45"
dnspython = "==1.16.0"

[requires]
python_version = "3.6"
15 changes: 8 additions & 7 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ celery==4.4.0
certifi==2019.11.28
chardet==3.0.4
click==7.0
dnspython==2.0.0
dnspython==1.16.0
eventlet==0.25.1
flask-assets==2.0
flask-compress==1.4.0
Expand Down

0 comments on commit c97e267

Please sign in to comment.