Closed belonesox closed 3 years ago
There should not be explicit «typing» deps, since python>=3.5.
This leeds to explicit «typing» installation and broken python envs.
See for example https://github.com/python/typing/issues/573 , https://github.com/psf/black/issues/1707 + …
Will be released with this PR
Fixed, also optimized other dependencies
There should not be explicit «typing» deps, since python>=3.5.
This leeds to explicit «typing» installation and broken python envs.
See for example https://github.com/python/typing/issues/573 , https://github.com/psf/black/issues/1707 + …