build: rerun freeze_packages
This commit is contained in:
@@ -7,4 +7,4 @@ wheel
|
||||
# The pinned Cython must be installed before hidapi is built;
|
||||
# otherwise when installing hidapi, pip just downloads the latest Cython.
|
||||
# see https://github.com/spesmilo/electrum/issues/5859
|
||||
Cython>=0.27
|
||||
Cython>=0.27
|
||||
@@ -13,6 +13,9 @@ wheel
|
||||
# importlib_metadata also needs:
|
||||
# https://github.com/python/importlib_metadata/blob/1e2381fe101fd70742a0171e51c1be82aedf519b/pyproject.toml#L2
|
||||
setuptools_scm[toml]>=3.4.1
|
||||
# from https://github.com/pypa/setuptools-scm/commit/c766df10c18c3c5a6b5741e9f372e193412c0f69 :
|
||||
# (but also to avoid the binary wheels introduced in tomli 2.2)
|
||||
tomli<=2.0.2
|
||||
|
||||
# dnspython also needs:
|
||||
# https://github.com/rthalley/dnspython/blob/1a7c14fb6c200be02ef5c2f3bb9fd84b85004459/pyproject.toml#L64
|
||||
|
||||
@@ -26,3 +26,7 @@ bitbox02>=6.2.0
|
||||
# device plugin: jade
|
||||
cbor2>=5.4.6,<6.0.0
|
||||
pyserial>=3.5.0,<4.0.0
|
||||
|
||||
# prefer older urllib3 to avoid needing hatchling
|
||||
# (pulled in via trezor -> requests -> urllib3)
|
||||
urllib3<2
|
||||
|
||||
@@ -5,11 +5,16 @@ aiorpcx>=0.25.0,<0.26
|
||||
aiohttp>=3.11.0,<4.0.0
|
||||
aiohttp_socks>=0.9.2
|
||||
certifi
|
||||
attrs>=20.1.0
|
||||
jsonpatch
|
||||
electrum_ecc>=0.0.4,<0.1
|
||||
electrum_aionostr>=0.0.8,<0.1
|
||||
|
||||
# - upper limit to avoid needing hatchling at build-time :/
|
||||
# (however newer versions should work at runtime)
|
||||
attrs>=20.1.0,<23
|
||||
|
||||
# Note that we also need the dnspython[DNSSEC] extra which pulls in cryptography,
|
||||
# but as that is not pure-python it cannot be listed in this file!
|
||||
dnspython>=2.2
|
||||
# - upper limit to avoid needing hatchling at build-time :/
|
||||
# (however newer versions should work at runtime)
|
||||
dnspython>=2.2,<2.5
|
||||
|
||||
Reference in New Issue
Block a user