carrotquest / django-clickhouse

This project's goal is to build Yandex ClickHouse database into Django project.
MIT License
103 stars 26 forks source link

There should not be explicit typing deps, since python>=3.5 #26

Closed belonesox closed 3 years ago

belonesox commented 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 + …

M1ha-Shvn commented 3 years ago

Will be released with this PR

M1ha-Shvn commented 3 years ago

Fixed, also optimized other dependencies