python-setup: Add support for Poetry 1.2
This commit is contained in:
parent
aaca8193b1
commit
70509c3884
4 changed files with 31 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue