Skip to content

Commit 70f28da

Browse files
odesenfanshoh
authored andcommitted
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.
1 parent 6f5bda5 commit 70f28da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ mqtt =
8484
certifi
8585
Click
8686
nuls2 =
87-
# use the branch with support for Python 3.11
88-
nuls2-python@git+https://github.com/odesenfans/nuls2-python.git@fda2ba4a5f9397f4f84cfee738942c4a15f88840
87+
aleph-nuls2
8988
ethereum =
9089
eth_account>=0.4.0
9190
# Required to fix a dependency issue with parsimonious and Python3.11

0 commit comments

Comments
 (0)