-
-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathtesting.txt
More file actions
102 lines (102 loc) · 2.2 KB
/
testing.txt
File metadata and controls
102 lines (102 loc) · 2.2 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements/testing.txt requirements/testing.in
#
arrow==1.3.0
# via inform
asyncpg==0.27.0 ; python_version >= "3.8"
# via -r requirements/testing.in
attrs==22.2.0
# via pytest
black==23.3.0
# via -r requirements/testing.in
click==8.1.3
# via black
coverage[toml]==7.2.2
# via -r requirements/testing.in
decopatch==1.4.10
# via parametrize-from-file
exceptiongroup==1.1.3
# via pytest
greenlet==3.0.0
# via sqlalchemy
inform==1.28
# via nestedtext
iniconfig==2.0.0
# via pytest
makefun==1.15.1
# via decopatch
markdown-it-py==2.2.0
# via rich
mdurl==0.1.2
# via markdown-it-py
more-itertools==8.14.0
# via parametrize-from-file
multidict==6.0.4 ; python_version >= "3.8"
# via -r requirements/testing.in
mypy-extensions==1.0.0
# via black
nestedtext==3.6
# via parametrize-from-file
numpy==1.24.2 ; python_version >= "3.8"
# via -r requirements/testing.in
packaging==23.0
# via
# black
# pytest
parametrize-from-file==0.18.0
# via -r requirements/testing.in
pathspec==0.11.1
# via black
platformdirs==3.2.0
# via black
pluggy==1.0.0
# via pytest
pydantic==1.10.7
# via -r requirements/testing.in
pygments==2.15.0
# via rich
pytest==7.2.2
# via
# -r requirements/testing.in
# parametrize-from-file
# pytest-mock
# pytest-pretty
# pytest-tmp-files
pytest-mock==3.10.0
# via -r requirements/testing.in
pytest-pretty==1.2.0
# via -r requirements/testing.in
pytest-tmp-files==0.0.1
# via -r requirements/testing.in
python-dateutil==2.8.2
# via
# arrow
# pytest-tmp-files
pyyaml==6.0.1
# via parametrize-from-file
rich==13.3.3
# via pytest-pretty
six==1.16.0
# via
# inform
# python-dateutil
sqlalchemy==2.0.8
# via -r requirements/testing.in
tidyexc==0.10.0
# via parametrize-from-file
toml==0.10.2
# via parametrize-from-file
tomli==2.0.1
# via
# black
# coverage
# pytest
types-python-dateutil==2.8.19.14
# via arrow
typing-extensions==4.5.0
# via
# pydantic
# sqlalchemy