From 89b10e3192f64c63a640be54e3be5eb7c7df568c Mon Sep 17 00:00:00 2001 From: lash Date: Wed, 22 Mar 2023 13:11:01 +0000 Subject: [PATCH] Make compatible with erc20-faucet requiremnet --- python/requirements.txt | 5 +++-- python/setup.cfg | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/python/requirements.txt b/python/requirements.txt index f849a58..11ff4bb 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,2 +1,3 @@ -chainlib-eth~=0.4.8 -erc20-faucet~=0.6.0 +chainlib-eth~=0.4.17 +chainlib~=0.4.12 +erc20-faucet~=0.7.0 diff --git a/python/setup.cfg b/python/setup.cfg index 96e1c66..be8330b 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-faucet -version = 0.3.0 +version = 0.3.1 description = Gas token gifter with controls from time intervals, amounts and access. author = Louis Holbrook author_email = dev@holbrook.no