WIP upgrade deps
This commit is contained in:
parent
39de1837c2
commit
760f618943
@ -1,5 +1,4 @@
|
|||||||
SQLAlchemy==1.3.20
|
SQLAlchemy==1.3.20
|
||||||
cic-eth-registry~=0.6.2a1
|
|
||||||
hexathon~=0.1.0
|
hexathon~=0.1.0
|
||||||
chainqueue~=0.0.6a3
|
chainqueue~=0.0.6a3
|
||||||
eth-erc20~=0.1.2
|
eth-erc20~=0.1.2
|
||||||
|
@ -2,3 +2,4 @@ celery==4.4.7
|
|||||||
chainlib-eth~=0.0.12
|
chainlib-eth~=0.0.12
|
||||||
semver==2.13.0
|
semver==2.13.0
|
||||||
urlybird~=0.0.1
|
urlybird~=0.0.1
|
||||||
|
cic-eth-registry~=0.6.2a2
|
||||||
|
@ -8,7 +8,6 @@ pycryptodome==3.10.1
|
|||||||
liveness~=0.0.1a7
|
liveness~=0.0.1a7
|
||||||
eth-address-index~=0.2.4
|
eth-address-index~=0.2.4
|
||||||
eth-accounts-index~=0.1.2
|
eth-accounts-index~=0.1.2
|
||||||
cic-eth-registry~=0.6.2a1
|
|
||||||
erc20-faucet~=0.3.2
|
erc20-faucet~=0.3.2
|
||||||
#erc20-transfer-authorization~=0.3.5
|
#erc20-transfer-authorization~=0.3.5
|
||||||
sarafu-faucet~=0.0.7
|
sarafu-faucet~=0.0.7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = cic-eth
|
name = cic-eth
|
||||||
#version = attr: cic_eth.version.__version_string__
|
#version = attr: cic_eth.version.__version_string__
|
||||||
version = 0.12.5a10
|
version = 0.12.5a11
|
||||||
description = CIC Network Ethereum interaction
|
description = CIC Network Ethereum interaction
|
||||||
author = Louis Holbrook
|
author = Louis Holbrook
|
||||||
author_email = dev@holbrook.no
|
author_email = dev@holbrook.no
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
chainqueue~=0.0.6a3
|
chainqueue~=0.0.6a3
|
||||||
cic-eth-registry~=0.6.2a1
|
|
||||||
redis==3.5.3
|
redis==3.5.3
|
||||||
hexathon~=0.1.0
|
hexathon~=0.1.0
|
||||||
pycryptodome==3.10.1
|
pycryptodome==3.10.1
|
||||||
|
@ -9,7 +9,7 @@ import semver
|
|||||||
|
|
||||||
logg = logging.getLogger()
|
logg = logging.getLogger()
|
||||||
|
|
||||||
version = (0, 4, 0, 'alpha.11')
|
version = (0, 4, 0, 'alpha.12')
|
||||||
|
|
||||||
version_object = semver.VersionInfo(
|
version_object = semver.VersionInfo(
|
||||||
major=version[0],
|
major=version[0],
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
confini>=0.3.6rc4,<0.5.0
|
confini~=0.5.1
|
||||||
africastalking==1.2.3
|
africastalking==1.2.3
|
||||||
SQLAlchemy==1.3.20
|
SQLAlchemy==1.3.20
|
||||||
alembic==1.4.2
|
alembic==1.4.2
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# standard imports
|
# standard imports
|
||||||
import semver
|
import semver
|
||||||
|
|
||||||
version = (0, 3, 1, 'alpha.6')
|
version = (0, 3, 1, 'alpha.7')
|
||||||
|
|
||||||
version_object = semver.VersionInfo(
|
version_object = semver.VersionInfo(
|
||||||
major=version[0],
|
major=version[0],
|
||||||
|
@ -4,10 +4,10 @@ billiard==3.6.4.0
|
|||||||
bcrypt==3.2.0
|
bcrypt==3.2.0
|
||||||
celery==4.4.7
|
celery==4.4.7
|
||||||
cffi==1.14.6
|
cffi==1.14.6
|
||||||
cic-eth~=0.12.5a1
|
cic-eth~=0.12.5a10
|
||||||
cic-notify~=0.4.0a11
|
cic-notify~=0.4.0a12
|
||||||
cic-types~=0.2.1a2
|
cic-types~=0.2.1a2
|
||||||
confini>=0.3.6rc4,<0.5.0
|
confini~=0.5.1
|
||||||
phonenumbers==8.12.12
|
phonenumbers==8.12.12
|
||||||
psycopg2==2.8.6
|
psycopg2==2.8.6
|
||||||
python-i18n[YAML]==0.3.9
|
python-i18n[YAML]==0.3.9
|
||||||
|
Loading…
Reference in New Issue
Block a user