build: limit urllib3 version (#77360)
gitea/passerelle/pipeline/head There was a failure building this commit Details

This commit is contained in:
Frédéric Péters 2023-05-09 07:50:19 +02:00
parent bdd68dc6e8
commit 1bc79d7312
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ setup(
'django >= 1.11, <3.3',
'django-model-utils<4.3',
'requests',
'urllib3<2',
'gadjo',
'phpserialize',
'suds',