lxml-stubs
pylint==3.3.2
astroid==3.3.5
mypy==1.13.0
black==24.10.0
isort
types-cryptography
types-dataclasses
# later versions remove type annotations from a few functions causing
# error: Call to untyped function "getinfo" in typed context  [no-untyped-call]
# so we are stuck with this version until there's a fix
types-pycurl==7.45.2.20240311
types-python-dateutil
