-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
Copy pathrequirements-dev.txt
52 lines (48 loc) · 977 Bytes
/
requirements-dev.txt
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
cairosvg
codespell>=2.2.6
ipython
jinja2
moto >= 5
numpy
pillow
pre-commit
pluggy >= 1.4.0
pytest >= 8.3
pytest-asyncio >= 0.24
pytest-benchmark
pytest-cov
pytest-env
pytest-flakefinder
pytest-mypy-plugins >= 3.2.0
pytest-timeout
pytest-xdist >= 3.6.1
pyyaml
redis>=5.0.1
setuptools
uv>=0.4.5
vale
virtualenv
watchfiles
respx
# Linters and dev tools that are also in .pre-commit-config.yaml, which
# should usually be updated together.
codespell==2.2.6
ruff==0.9.2
mypy==1.14.1
vermin==1.6.0
# type stubs
types-cachetools
types-PyYAML
# documentation
mkdocs
mkdocs-material
mkdocstrings[python]
mkdocs-gen-files
# OpenTelemetry
# Other than the `test-utils` package these versions should match the versions
# in `requirements-otel.txt`
opentelemetry-distro >= 0.48b0, < 1.0.0
opentelemetry-exporter-otlp >= 1.27.0, < 2.0.0
opentelemetry-instrumentation >= 0.48b0, < 1.0.0
opentelemetry-instrumentation-logging >= 0.48b0, < 1.0.0
opentelemetry-test-utils >= 0.48b0, < 1.0.0