Skip to content

Commit 5e7c2bd

Browse files
committed
Fix: PyPI does not accept git dependencies
This prevented us from uploading new versions on PyPI.
1 parent 7aa332c commit 5e7c2bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ testing =
6464
base58
6565
fastapi
6666
requests
67-
aleph-pytezos@git+https://github.com/aleph-im/aleph-pytezos.git@e584ede63c4302c6c22ac1777fda6676655d664a
67+
aleph-pytezos==0.1.0
6868
mqtt =
6969
aiomqtt
7070
certifi
@@ -82,7 +82,7 @@ solana =
8282
base58
8383
tezos =
8484
pynacl
85-
aleph-pytezos@git+https://github.com/aleph-im/aleph-pytezos.git@e584ede63c4302c6c22ac1777fda6676655d664a
85+
aleph-pytezos==0.1.0
8686
docs =
8787
sphinxcontrib-plantuml
8888

0 commit comments

Comments
 (0)