issues
search
carrotquest
/
django-clickhouse
This project's goal is to build Yandex ClickHouse database into Django project.
MIT License
103
stars
26
forks
source link
Python 3 dependencies optimization
#27
Closed
M1ha-Shvn
closed
3 years ago
M1ha-Shvn
commented
3 years ago
Removed six dependency
pytz and typing are installed for old python versions only
psycopg2-bynary is installed in test environment instead of psycopg2
M1ha-Shvn
commented
3 years ago
Already merged into master