From 70f28da2150b8015ec839d3ef18ae7ae36424b08 Mon Sep 17 00:00:00 2001 From: Olivier Desenfans Date: Tue, 11 Jul 2023 15:34:52 +0200 Subject: [PATCH] Fix: package could not be published to Pypi Problem: publishing a package with Github dependencies is not allowed on Pypi. We use a Github dependency for NULS2 support. Solution: use the new aleph-nuls2 package directly. --- setup.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 07845bf2..85dac9bb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -84,8 +84,7 @@ mqtt = certifi Click nuls2 = - # use the branch with support for Python 3.11 - nuls2-python@git+https://github.com/odesenfans/nuls2-python.git@fda2ba4a5f9397f4f84cfee738942c4a15f88840 + aleph-nuls2 ethereum = eth_account>=0.4.0 # Required to fix a dependency issue with parsimonious and Python3.11