blob: 4e1ef483589c19ce5abc9482b037be99228ce194 (
plain)
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
53
54
55
|
#
# This file is autogenerated by pip-compile with Python 3.7
# by the following command:
#
# make upgrade
#
attrs==23.1.0
# via hypothesis
colorama==0.4.6
# via -r requirements/pytest.in
exceptiongroup==1.1.1
# via
# hypothesis
# pytest
execnet==1.9.0
# via pytest-xdist
flaky==3.7.0
# via -r requirements/pytest.in
hypothesis==6.72.2
# via -r requirements/pytest.in
importlib-metadata==6.6.0
# via
# attrs
# pluggy
# pytest
iniconfig==2.0.0
# via pytest
mypy==1.2.0
# via -r requirements/mypy.in
mypy-extensions==1.0.0
# via mypy
packaging==23.1
# via pytest
pluggy==1.0.0
# via pytest
pytest==7.3.1
# via
# -r requirements/pytest.in
# pytest-xdist
pytest-xdist==3.2.1
# via -r requirements/pytest.in
sortedcontainers==2.4.0
# via hypothesis
tomli==2.0.1
# via
# mypy
# pytest
typed-ast==1.5.4
# via mypy
typing-extensions==4.5.0
# via
# importlib-metadata
# mypy
zipp==3.15.0
# via importlib-metadata
|