Temporarily pin setuptools version (#8416)

Due to https://github.com/pypa/setuptools/issues/2849 introduced with the latest setutools
This commit is contained in:
Alina Kladieva 2021-11-04 14:11:21 +03:00 committed by GitHub
parent d544787254
commit 2ed4e9c05f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,3 @@
setuptools>=53.0.0
setuptools>=53.0.0,<=58.4.0
wheel>=0.36.2
python-decouple>=3.4