Add setuptools explictly as requirement

Since Python3.12 [1] setuptools is not pre-installed in virtual
environments [2], so we need to set it as dep explicitely.

[1] https://docs.python.org/3/whatsnew/3.12.html
[2] https://github.com/python/cpython/issues/95299

Change-Id: I5ebf21048a53e1f99509ec14ef31fac32f123549
This commit is contained in:
Joel Capitao 2023-10-19 17:57:55 +02:00
parent 3fbead8637
commit 0b85012c17
1 changed files with 1 additions and 0 deletions

View File

@ -1 +1,2 @@
requests>=1.1
setuptools