mirror of
https://github.com/carrotquest/django-clickhouse.git
synced 2025-07-03 19:33:15 +03:00
Added method to flush single import_key in storage
This commit is contained in:
parent
a51cc81db2
commit
446494af92
|
@ -3,7 +3,7 @@ pytz
|
||||||
six
|
six
|
||||||
typing
|
typing
|
||||||
psycopg2
|
psycopg2
|
||||||
infi.clickhouse-orm (>= 1.0)
|
infi.clickhouse-orm
|
||||||
celery
|
celery
|
||||||
statsd
|
statsd
|
||||||
django-pg-returning
|
django-pg-returning
|
2
setup.py
2
setup.py
|
@ -23,5 +23,5 @@ setup(
|
||||||
description='Django extension to integrate with ClickHouse database',
|
description='Django extension to integrate with ClickHouse database',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
requires=requires
|
install_requires=requires
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user