python-setup: Add support for Poetry 1.2

This commit is contained in:
Rasmus Wriedt Larsen 2022-09-19 12:16:43 +02:00
parent aaca8193b1
commit 70509c3884
No known key found for this signature in database
4 changed files with 31 additions and 10 deletions

View file

@ -8,6 +8,5 @@ py -3 -m pip install --user --upgrade pip setuptools wheel
py -2 -m pip install --user 'virtualenv<20.11'
py -3 -m pip install --user 'virtualenv<20.11'
# We aren't compatible with poetry 1.2
py -3 -m pip install --user "poetry>=1.1,<1.2"
py -3 -m pip install --user "poetry>=1.1"
py -3 -m pip install --user pipenv