hotfix: use auto python interpreter for package tasks, virtualenv for all other tasks

This commit is contained in:
Ben Partridge
2020-11-03 11:51:52 +11:00
parent 73bd0f407a
commit 229bbf01f6
13 changed files with 51 additions and 34 deletions

View File

@@ -7,7 +7,7 @@ name = "pypi"
ansible = "==2.8.5"
boto3 = "==1.9.242"
botocore = "==1.12.242"
lxml = "*"
lxml = "==4.6.1"
[dev-packages]
docker = "==4.1.0"