mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +03:00
Merge pull request #5718 from AlanCoding/pin_pin
Pin zipp to avoid setuptools upgrade Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
cb88ea8fd1
@ -12,7 +12,8 @@ backports.functools_lru_cache
|
|||||||
more-itertools==5.0.0
|
more-itertools==5.0.0
|
||||||
poetry==0.12.17
|
poetry==0.12.17
|
||||||
functools32<4.0.0,>=3.2.3; python_version >= "2.7" and python_version < "2.8"
|
functools32<4.0.0,>=3.2.3; python_version >= "2.7" and python_version < "2.8"
|
||||||
flit; python_version >= "3.5"
|
flit==2.2.0; python_version >= "3.5"
|
||||||
|
zipp==0.6.0 # indirect dependency, higher versions will require setuptools>=42
|
||||||
twine; python_version >= "3.6"
|
twine; python_version >= "3.6"
|
||||||
incremental>=16.10.1; python_version >= "3.6"
|
incremental>=16.10.1; python_version >= "3.6"
|
||||||
lxml>=3.0; python_version >= "3.6"
|
lxml>=3.0; python_version >= "3.6"
|
||||||
|
Loading…
Reference in New Issue
Block a user