mirror of
https://github.com/ansible/awx.git
synced 2026-05-24 00:57:48 -02:30
requirements_setup_requires: Top limit wheel to less than 42.0.0
Signed-off-by: Yanis Guenane <yguenane@redhat.com>
This commit is contained in:
@@ -7,7 +7,7 @@ isort
|
|||||||
virtualenv
|
virtualenv
|
||||||
m2r
|
m2r
|
||||||
cffi>=1.1
|
cffi>=1.1
|
||||||
wheel>=0.33.6
|
wheel>=0.33.6,<42.0.0
|
||||||
backports.functools_lru_cache
|
backports.functools_lru_cache
|
||||||
more-itertools==5.0.0
|
more-itertools==5.0.0
|
||||||
poetry==0.12.17
|
poetry==0.12.17
|
||||||
|
|||||||
Reference in New Issue
Block a user