eth-faucet

Gas token gifter with controls from time intervals, amounts and access
Log | Files | Refs

commit 1f10988d1f8c686aa3db8f6c5523f6e5509a5f04
parent 733a9f0e9f7ce300d69ca328600516ea6cc45250
Author: lash <dev@holbrook.no>
Date:   Sun, 26 Mar 2023 08:27:24 +0100

Upgrade deps

Diffstat:
Mpython/requirements.txt | 2+-
Mpython/setup.cfg | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/python/requirements.txt b/python/requirements.txt @@ -1,3 +1,3 @@ chainlib-eth~=0.4.17 chainlib~=0.4.12 -erc20-faucet~=0.7.0 +erc20-faucet~=0.8.0 diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-faucet -version = 0.3.3 +version = 0.3.4 description = Gas token gifter with controls from time intervals, amounts and access. author = Louis Holbrook author_email = dev@holbrook.no @@ -23,7 +23,7 @@ licence_files = [options] include_package_data = True -python_requires = >= 3.6 +python_requires = >= 3.8 packages = eth_faucet eth_faucet.runnable