Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: bump aleph-message and aleph-nuls2 #454

Merged
merged 1 commit into from
Jul 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ install_requires =
aiohttp==3.8.4
aioipfs@git+https://github.com/aleph-im/aioipfs.git@d671c79b2871bb4d6c8877ba1e7f3ffbe7d20b71
alembic==1.8.1
aleph-message@git+https://github.com/aleph-im/aleph-message.git@34016aea9d097b21993ad00be3f81cb1d9c738e8
aleph-message==0.4.0
aleph-p2p-client@git+https://github.com/aleph-im/p2p-service-client-python@2c04af39c566217f629fd89505ffc3270fba8676
aleph-pytezos@git+https://github.com/aleph-im/aleph-pytezos.git@32dd1749a4773da494275709060632cbeba9a51b
asyncpg==0.26.0
Expand All @@ -55,7 +55,7 @@ install_requires =
hexbytes==0.2.2
msgpack==1.0.3 # required by aiocache
multiaddr==0.0.9 # for libp2p-stubs
nuls2-python@git+https://github.com/odesenfans/nuls2-python.git@fda2ba4a5f9397f4f84cfee738942c4a15f88840
aleph-nuls2==0.1.0
orjson>=3.7.7 # Minimum version for Python 3.11
psycopg2-binary==2.9.5 # Note: psycopg3 is not yet supported by SQLAlchemy
pycryptodome==3.17.0 # for libp2p-stubs
Expand All @@ -79,7 +79,6 @@ install_requires =

dependency_links =
https://github.com/aleph-im/py-libp2p/tarball/0.1.4-1-use-set#egg=libp2p
https://github.com/aleph-im/nuls2-python/tarball/master#egg=nuls2-python
https://github.com/aleph-im/aioipfs/tarball/hoh-more-exceptions#egg=aioipfs

# The usage of test_requires is discouraged, see `Dependency Management` docs
Expand Down Expand Up @@ -111,7 +110,7 @@ testing =
types-requests
types-setuptools
nuls2 =
nuls2-python@git+https://github.com/odesenfans/nuls2-python.git@fda2ba4a5f9397f4f84cfee738942c4a15f88840
aleph-nuls2==0.1.0
py-ed25519-bindings==1.0.2 # Python 3.11
polkadot =
substrate-interface>=0.9.27
Expand Down
Loading