The <2.1 pin had been put there as dnspython 2.1 added "poetry" as a build time dep,
which pulled in a significant number of transitive dependencies, and it was also
causing issues with our appimage build.
dnspython 2.2.0 was released since, which no longer needs full poetry, only "poetry-core":
da279dec7e
related https://github.com/spesmilo/electrum/issues/7361
14 lines
297 B
Plaintext
14 lines
297 B
Plaintext
qrcode
|
|
protobuf>=3.12
|
|
qdarkstyle<3.1
|
|
aiorpcx>=0.18.7,<0.19
|
|
aiohttp>=3.3.0,<4.0.0
|
|
aiohttp_socks>=0.3
|
|
certifi
|
|
bitstring
|
|
attrs>=19.2.0
|
|
|
|
# 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.0
|