Merge "Ensure we use recent enough virtualenv"

This commit is contained in:
Zuul 2020-05-13 19:50:08 +00:00 committed by Gerrit Code Review
commit a655aee0f1
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ pbr>=1.1.0
# Temporary fix for https://gitlab.com/python-devs/importlib_resources/issues/83
importlib-resources==1.0.2
# Early virtualenv 20 had bad file location assumptions
virtualenv!=20.0.0,!=20.0.1
virtualenv!=20.0.0,!=20.0.1,>20
github3.py>=1.1.0
PyYAML>=3.1.0