-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
125 lines (125 loc) · 2.23 KB
/
requirements.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
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile
#
asttokens==2.2.1
# via stack-data
attrs==22.1.0
# via
# pytest
# pytest-mypy
backcall==0.2.0
# via ipython
black==22.12.0
# via pytest-black
click==8.1.3
# via
# -r ./requirements-pkg.txt
# black
coverage[toml]==6.5.0
# via pytest-cov
decorator==5.1.1
# via
# ipdb
# ipython
exceptiongroup==1.0.4
# via pytest
executing==1.2.0
# via stack-data
filelock==3.8.2
# via pytest-mypy
flake8==4.0.1
# via
# -r requirements.in
# pytest-flake8
iniconfig==1.1.1
# via pytest
ipdb==0.13.11
# via -r requirements.in
ipython==8.8.0
# via ipdb
isort==5.11.2
# via pytest-isort
jedi==0.18.2
# via ipython
matplotlib-inline==0.1.6
# via ipython
mccabe==0.6.1
# via flake8
mypy==0.991
# via pytest-mypy
mypy-extensions==0.4.3
# via
# black
# mypy
packaging==22.0
# via pytest
parso==0.8.3
# via jedi
pathspec==0.10.3
# via black
pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
platformdirs==2.6.0
# via black
pluggy==1.0.0
# via pytest
prompt-toolkit==3.0.36
# via ipython
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
pycodestyle==2.8.0
# via flake8
pyflakes==2.4.0
# via flake8
pygments==2.14.0
# via ipython
pytest==7.2.0
# via
# -r requirements.in
# pytest-black
# pytest-cov
# pytest-flake8
# pytest-isort
# pytest-mypy
pytest-black==0.3.12
# via -r requirements.in
pytest-cov==4.0.0
# via -r requirements.in
pytest-flake8==1.1.1
# via -r requirements.in
pytest-isort==3.1.0
# via -r requirements.in
pytest-mypy==0.10.2
# via -r requirements.in
pyyaml==6.0
# via -r ./requirements-pkg.txt
six==1.16.0
# via asttokens
stack-data==0.6.2
# via ipython
toml==0.10.2
# via pytest-black
tomli==2.0.1
# via
# black
# coverage
# ipdb
# mypy
# pytest
traitlets==5.8.0
# via
# ipython
# matplotlib-inline
types-pyyaml==6.0.12.2
# via -r requirements.in
typing-extensions==4.4.0
# via mypy
wcwidth==0.2.5
# via prompt-toolkit