Skip to content

Commit

Permalink
Merge pull request #2063 from AndreMiras/feature/fix_osx_build
Browse files Browse the repository at this point in the history
virtualenv 20 breaks the osx build
  • Loading branch information
AndreMiras authored Feb 16, 2020
2 parents 40ed06d + 8b3af95 commit a5658a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
install_reqs = [
'appdirs', 'colorama>=0.3.3', 'jinja2', 'six',
'enum34; python_version<"3.4"', 'sh>=1.10; sys_platform!="nt"',
'pep517<0.7.0"', 'pytoml', 'virtualenv'
'pep517<0.7.0"', 'pytoml', 'virtualenv<20'
]
# (pep517, pytoml and virtualenv are used by pythonpackage.py)

Expand Down

0 comments on commit a5658a3

Please sign in to comment.