Skip to content

Commit 728349b

Browse files
committed
Require new virtualenv
I'd like to start using metadata-based setup (`setup.cfg`) and this is the minimum virtualenv version needed to build those.
1 parent 7e2ad21 commit 728349b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
'pyyaml',
4545
'six',
4646
'toml',
47-
'virtualenv',
47+
'virtualenv>=15.2',
4848
],
4949
extras_require={
5050
':python_version<"3.2"': ['futures'],

0 commit comments

Comments
 (0)