WIP upgrade deps

This commit is contained in:
nolash 2021-12-04 11:39:13 +01:00
parent 39de1837c2
commit 760f618943
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746
9 changed files with 8 additions and 10 deletions

View File

@ -1,5 +1,4 @@
SQLAlchemy==1.3.20
cic-eth-registry~=0.6.2a1
hexathon~=0.1.0
chainqueue~=0.0.6a3
eth-erc20~=0.1.2

View File

@ -2,3 +2,4 @@ celery==4.4.7
chainlib-eth~=0.0.12
semver==2.13.0
urlybird~=0.0.1
cic-eth-registry~=0.6.2a2

View File

@ -8,7 +8,6 @@ pycryptodome==3.10.1
liveness~=0.0.1a7
eth-address-index~=0.2.4
eth-accounts-index~=0.1.2
cic-eth-registry~=0.6.2a1
erc20-faucet~=0.3.2
#erc20-transfer-authorization~=0.3.5
sarafu-faucet~=0.0.7

View File

@ -1,7 +1,7 @@
[metadata]
name = cic-eth
#version = attr: cic_eth.version.__version_string__
version = 0.12.5a10
version = 0.12.5a11
description = CIC Network Ethereum interaction
author = Louis Holbrook
author_email = dev@holbrook.no

View File

@ -1,5 +1,4 @@
chainqueue~=0.0.6a3
cic-eth-registry~=0.6.2a1
redis==3.5.3
hexathon~=0.1.0
pycryptodome==3.10.1

View File

@ -9,7 +9,7 @@ import semver
logg = logging.getLogger()
version = (0, 4, 0, 'alpha.11')
version = (0, 4, 0, 'alpha.12')
version_object = semver.VersionInfo(
major=version[0],

View File

@ -1,4 +1,4 @@
confini>=0.3.6rc4,<0.5.0
confini~=0.5.1
africastalking==1.2.3
SQLAlchemy==1.3.20
alembic==1.4.2

View File

@ -1,7 +1,7 @@
# standard imports
import semver
version = (0, 3, 1, 'alpha.6')
version = (0, 3, 1, 'alpha.7')
version_object = semver.VersionInfo(
major=version[0],

View File

@ -4,10 +4,10 @@ billiard==3.6.4.0
bcrypt==3.2.0
celery==4.4.7
cffi==1.14.6
cic-eth~=0.12.5a1
cic-notify~=0.4.0a11
cic-eth~=0.12.5a10
cic-notify~=0.4.0a12
cic-types~=0.2.1a2
confini>=0.3.6rc4,<0.5.0
confini~=0.5.1
phonenumbers==8.12.12
psycopg2==2.8.6
python-i18n[YAML]==0.3.9