File: mypy.txt

package info (click to toggle)
matplotlib 3.10.1%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 78,352 kB
  • sloc: python: 147,118; cpp: 62,988; objc: 1,679; ansic: 1,426; javascript: 786; makefile: 104; sh: 53
file content (26 lines) | stat: -rw-r--r-- 562 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Extra pip requirements for the GitHub Actions mypy build

mypy>=1.9
typing-extensions>=4.6

# Extra stubs distributed separately from the main pypi package
pandas-stubs
types-pillow
types-python-dateutil
types-psutil

sphinx

# Default requirements, included here because mpl itself does not
# need to be installed for mypy to run, but deps are needed
# and pip has no --deps-only install command
contourpy>=1.0.1
cycler>=0.10
fonttools>=4.22.0
kiwisolver>=1.3.1
packaging>=20.0
pillow>=8
pyparsing>=2.3.1
python-dateutil>=2.7
setuptools_scm>=7
setuptools>=64