mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 16:28:43 -03:30
Merge pull request #5782 from Spredzy/top_limit_wheel
requirements_setup_requires: Top limit wheel to less than 42.0.0 Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
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