File tree Expand file tree Collapse file tree 3 files changed +35
-13
lines changed Expand file tree Collapse file tree 3 files changed +35
-13
lines changed Original file line number Diff line number Diff line change 55# pip-compile --output-file conversion.txt conversion.in
66#
77coloredlogs==7.0
8- humanfriendly==3.8 # via coloredlogs
9- lxml==3.8.0
8+ # via -r conversion.in
9+ humanfriendly==3.8
10+ # via coloredlogs
11+ lxml==4.6.3
12+ # via -r conversion.in
Original file line number Diff line number Diff line change 55# pip-compile --output-file deploy.txt deploy.in
66#
77coloredlogs==7.0
8- humanfriendly==3.8 # via coloredlogs
9- lxml==3.8.0
8+ # via -r conversion.in
9+ humanfriendly==3.8
10+ # via coloredlogs
11+ lxml==4.6.3
12+ # via -r conversion.in
1013numpy==1.13.1
14+ # via -r selection.in
Original file line number Diff line number Diff line change 44#
55# pip-compile --output-file develop.txt develop.in
66#
7- astroid==1.5.3 # via pylint
7+ astroid==1.5.3
8+ # via pylint
89autopep8==1.3.2
10+ # via -r develop.in
911coloredlogs==7.0
10- humanfriendly==3.8 # via coloredlogs
11- isort==4.2.15 # via pylint
12- lazy-object-proxy==1.3.1 # via astroid
13- lxml==3.8.0
14- mccabe==0.6.1 # via pylint
12+ # via -r conversion.in
13+ humanfriendly==3.8
14+ # via coloredlogs
15+ isort==4.2.15
16+ # via pylint
17+ lazy-object-proxy==1.3.1
18+ # via astroid
19+ lxml==4.6.3
20+ # via -r conversion.in
21+ mccabe==0.6.1
22+ # via pylint
1523numpy==1.13.1
16- pycodestyle==2.3.1 # via autopep8
24+ # via -r selection.in
25+ pycodestyle==2.3.1
26+ # via autopep8
1727pylint==1.7.2
18- six==1.10.0 # via astroid, pylint
19- wrapt==1.10.10 # via astroid
28+ # via -r develop.in
29+ six==1.10.0
30+ # via
31+ # astroid
32+ # pylint
33+ wrapt==1.10.10
34+ # via astroid
You can’t perform that action at this time.
0 commit comments