File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile
2
+ # This file is autogenerated by pip-compile with python 3.8
3
3
# To update, run:
4
4
#
5
5
# pip-compile ./scripts/requirements-dev.in
@@ -20,6 +20,16 @@ deprecated==1.2.12
20
20
# via
21
21
# -r ./scripts/requirements.txt
22
22
# pygithub
23
+ flake8 == 3.9.2
24
+ # via
25
+ # -r ./scripts/linting/requirements.in
26
+ # flake8-builtins
27
+ # flake8-commas
28
+ # flake8-comprehensions
29
+ # flake8-debugger
30
+ # flake8-isort
31
+ # flake8-mutable
32
+ # flake8-tuple
23
33
flake8-builtins == 1.5.3
24
34
# via -r ./scripts/linting/requirements.in
25
35
flake8-commas == 2.0.0
@@ -36,16 +46,6 @@ flake8-todo==0.7
36
46
# via -r ./scripts/linting/requirements.in
37
47
flake8-tuple == 0.4.1
38
48
# via -r ./scripts/linting/requirements.in
39
- flake8 == 3.9.2
40
- # via
41
- # -r ./scripts/linting/requirements.in
42
- # flake8-builtins
43
- # flake8-commas
44
- # flake8-comprehensions
45
- # flake8-debugger
46
- # flake8-isort
47
- # flake8-mutable
48
- # flake8-tuple
49
49
idna == 2.10
50
50
# via
51
51
# -r ./scripts/requirements.txt
@@ -56,10 +56,10 @@ isort==5.8.0
56
56
# flake8-isort
57
57
mccabe == 0.6.1
58
58
# via flake8
59
- mypy-extensions == 0.4.3
60
- # via mypy
61
59
mypy == 0.902
62
60
# via -r ./scripts/typing/requirements.in
61
+ mypy-extensions == 0.4.3
62
+ # via mypy
63
63
pycodestyle == 2.7.0
64
64
# via
65
65
# flake8
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile
2
+ # This file is autogenerated by pip-compile with python 3.8
3
3
# To update, run:
4
4
#
5
5
# pip-compile ./scripts/requirements.in
You can’t perform that action at this time.
0 commit comments