-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest_requirements.txt
46 lines (46 loc) · 999 Bytes
/
test_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
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# pip-compile ./test_requirements.in
#
flake8==4.0.1
# via
# -r ./test_requirements.in
# flake8-builtins
# flake8-coding
# flake8-commas
# flake8-isort
# pep8-naming
flake8-builtins==1.5.3
# via -r ./test_requirements.in
flake8-coding==1.3.2
# via -r ./test_requirements.in
flake8-commas==2.1.0
# via -r ./test_requirements.in
flake8-isort==4.1.1
# via -r ./test_requirements.in
flake8-polyfill==1.0.2
# via pep8-naming
isort==5.10.1
# via
# -r ./test_requirements.in
# flake8-isort
mccabe==0.6.1
# via flake8
mypy==0.930
# via -r ./test_requirements.in
mypy-extensions==0.4.3
# via mypy
pep8-naming==0.12.1
# via -r ./test_requirements.in
pycodestyle==2.8.0
# via flake8
pyflakes==2.4.0
# via flake8
testfixtures==6.18.3
# via flake8-isort
tomli==2.0.0
# via mypy
typing-extensions==4.0.1
# via mypy