Skip to content

Commit b63d248

Browse files
committed
Fix: Some dependencies were inconsistent between pyproject.toml and packaging
1 parent 2c2d3f8 commit b63d248

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packaging/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ debian-package-code:
1515
cp ../examples/instance_message_from_aleph.json ./aleph-vm/opt/aleph-vm/examples/instance_message_from_aleph.json
1616
cp -r ../examples/data ./aleph-vm/opt/aleph-vm/examples/data
1717
mkdir -p ./aleph-vm/opt/aleph-vm/examples/volumes
18-
pip3 install --target ./aleph-vm/opt/aleph-vm/ 'aleph-message==0.4.4' 'jwskate==0.8.0' 'eth-account==0.9.0' 'sentry-sdk==1.31.0' 'qmp==1.1.0' 'superfluid==0.2.1' 'sqlalchemy[asyncio]' 'aiosqlite==0.19.0' 'alembic==1.13.1' 'aiohttp_cors==0.7.0' 'pyroute2==0.7.12'
18+
pip3 install --target ./aleph-vm/opt/aleph-vm/ 'aleph-message==0.4.4' 'eth-account==0.10' 'sentry-sdk==1.31.0' 'qmp==1.1.0' 'superfluid==0.2.1' 'sqlalchemy[asyncio]>=2.0' 'aiosqlite==0.19.0' 'alembic==1.13.1' 'aiohttp_cors==0.7.0' 'pyroute2==0.7.12'
1919
python3 -m compileall ./aleph-vm/opt/aleph-vm/
2020

2121
debian-package-resources: firecracker-bins vmlinux download-ipfs-kubo

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
"msgpack==1.0.7",
4141
"packaging==23.2",
4242
"jsonschema==4.19.1",
43-
"qmp==0.0.1",
43+
"qmp==1.1.0",
4444
"dbus-python==1.3.2",
4545
"systemd-python==235",
4646
"systemd-python==235",

0 commit comments

Comments
 (0)