diff options
| author | Anthony Sottile <asottile@umich.edu> | 2020-10-02 14:02:36 -0700 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2020-10-02 14:09:27 -0700 |
| commit | d3c55c17633a0afaa87fc67c848785c443909698 (patch) | |
| tree | 6d783a0a177f5c49c1bbfe5ded7e3d5345c81c43 | |
| parent | d0a0cb46d22a4602f1f2e7f5d1d02a9739eea743 (diff) | |
| download | flake8-d3c55c17633a0afaa87fc67c848785c443909698.tar.gz | |
limit the virtualenv version in python3.4
| -rw-r--r-- | dev-requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt index 053148f..3ab2397 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1 +1,3 @@ +# https://github.com/pypa/virtualenv/issues/1963 +virtualenv!=20.0.32;python_version=="3.4" tox |
