Skip to content

Commit

Permalink
Fix building
Browse files Browse the repository at this point in the history
Fix building cause by pulling pip 10.0.1 release as the current one.
That one is broken on all distros and cause docker-compose build to exit with no such option: --allow-all-external error.
--allow-all-external got removed with 10.0.0.
Fixing pip to latest known to work 9.0.3 fixes that.
  • Loading branch information
robimarko authored and mitar committed May 6, 2018
1 parent 6fdf0ca commit 573f35b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements-readthedocs.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pip==9.0.3
Django==1.10.8
Jinja2==2.7.3
MarkupSafe==0.23
Expand Down

0 comments on commit 573f35b

Please sign in to comment.