Skip to content

Commit

Permalink
Fix docker-compose version for python2 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
t-cas committed Sep 11, 2020
1 parent ba508a5 commit 6943f96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ pytest-cov==2.10.1
flaky==3.7.0
mock==3.0.5;python_version<"3.6"
docker==4.3.1
docker-compose==1.27.2
docker-compose==1.27.2;python_version>="3.5"
docker-compose==1.26.2;python_version<"3.5"
pathlib2==2.3.5;python_version<"3.4"

0 comments on commit 6943f96

Please sign in to comment.