Skip to content

Commit 8b3af95

Browse files
committed
virtualenv 20 breaks the osx build
1 parent 6a7e6ff commit 8b3af95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
install_reqs = [
2424
'appdirs', 'colorama>=0.3.3', 'jinja2', 'six',
2525
'enum34; python_version<"3.4"', 'sh>=1.10; sys_platform!="nt"',
26-
'pep517<0.7.0"', 'pytoml', 'virtualenv'
26+
'pep517<0.7.0"', 'pytoml', 'virtualenv<20'
2727
]
2828
# (pep517, pytoml and virtualenv are used by pythonpackage.py)
2929

0 commit comments

Comments
 (0)