WIP Update cic-eth reqs

This commit is contained in:
nolash 2021-04-01 11:11:12 +02:00
parent 48cd21d812
commit 944828b6a2
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746
3 changed files with 3 additions and 7 deletions

View File

@ -1,8 +1,8 @@
cic-base~=0.1.2a51
cic-base~=0.1.2a53
celery==4.4.7
crypto-dev-signer~=0.4.14a16
confini~=0.3.6rc3
cic-eth-registry~=0.5.4a8
cic-eth-registry~=0.5.4a9
#cic-bancor~=0.0.6
redis==3.5.3
alembic==1.4.2

View File

@ -17,9 +17,7 @@ import random
import vobject
import celery
from faker import Faker
import cic_eth_registry
import confini
from cic_eth.api import Api
from cic_types.models.person import (
Person,
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'))
api = Api(config.get('CIC_CHAIN_SPEC'))
gift_max = args.gift_threshold or 0
gift_factor = (10**6)

View File

@ -240,7 +240,7 @@ class Verifier:
'local_key',
'accounts_index',
'balance',
'metadata',
# 'metadata',
'gas',
'faucet',
]