Skip to content

Commit

Permalink
Fix: package could not be published to Pypi
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
odesenfans authored and hoh committed Jul 11, 2023
1 parent 6f5bda5 commit 70f28da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70f28da

Please sign in to comment.