File: dev_requirements.txt

package info (click to toggle)
pcs 0.12.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,148 kB
  • sloc: python: 238,810; xml: 20,833; ruby: 13,203; makefile: 1,595; sh: 484
file content (11 lines) | stat: -rw-r--r-- 346 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
lxml-stubs
mypy==1.17.0
ruff==0.12.4
typos==1.34.0
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