1
Fork 0

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:
Lucas Schwiderski 2024-08-26 11:53:38 +02:00
parent a5c62f85e3
commit 7b8bb5584f
Signed by: lucas
GPG key ID: AA12679AAA6DF4D8

View file

@ -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