Fix requests version in python-script
`httpie` uses an upper limit, so we must use the same constraint for pip to install it.
This commit is contained in:
parent
a5c62f85e3
commit
7b8bb5584f
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@ pip==24.2
|
|||
numpy==2.1.0
|
||||
httpie==3.2.3
|
||||
pyforgejo==1.0.2
|
||||
requests==2.32.3
|
||||
# httpie restricts this, so we need to do the same
|
||||
requests<2.31.0
|
||||
spotify==0.10.2
|
||||
xq==0.0.4
|
||||
docker==7.1.0
|
||||
|
|
Loading…
Add table
Reference in a new issue