Remove unneeded cic-eth* deps
This commit is contained in:
parent
3f8d7fc10a
commit
b27fd5326f
@ -17,9 +17,7 @@ import random
|
|||||||
import vobject
|
import vobject
|
||||||
import celery
|
import celery
|
||||||
from faker import Faker
|
from faker import Faker
|
||||||
import cic_eth_registry
|
|
||||||
import confini
|
import confini
|
||||||
from cic_eth.api import Api
|
|
||||||
from cic_types.models.person import (
|
from cic_types.models.person import (
|
||||||
Person,
|
Person,
|
||||||
generate_vcard_from_contact_data,
|
generate_vcard_from_contact_data,
|
||||||
@ -62,8 +60,6 @@ ts_then = int(dt_then.timestamp())
|
|||||||
|
|
||||||
celery_app = celery.Celery(broker=config.get('CELERY_BROKER_URL'), backend=config.get('CELERY_RESULT_URL'))
|
celery_app = celery.Celery(broker=config.get('CELERY_BROKER_URL'), backend=config.get('CELERY_RESULT_URL'))
|
||||||
|
|
||||||
api = Api(config.get('CIC_CHAIN_SPEC'))
|
|
||||||
|
|
||||||
gift_max = args.gift_threshold or 0
|
gift_max = args.gift_threshold or 0
|
||||||
gift_factor = (10**6)
|
gift_factor = (10**6)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user