File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 2
2
# This file is autogenerated by pip-compile
3
3
# To update, run:
4
4
#
5
- # pip-compile --generate-hashes --output-file=dev-requirements.txt dev-requirements.in requirements.in test-requirements.in
5
+ # python pycli lock
6
6
#
7
7
ansicolors==1.0.2 \
8
8
--hash=sha256:7664530bb992e3847b61e3aab1580b4df9ed00c5898e80194a9933bc9c80950a \
Original file line number Diff line number Diff line change @@ -100,6 +100,12 @@ def lock(cfg):
100
100
)
101
101
],
102
102
check = True ,
103
+ env = {
104
+ ** os .environ ,
105
+ "CUSTOM_COMPILE_COMMAND" : "python {} lock" .format (
106
+ pathlib .Path (__file__ ).name
107
+ ),
108
+ },
103
109
)
104
110
105
111
Original file line number Diff line number Diff line change 2
2
# This file is autogenerated by pip-compile
3
3
# To update, run:
4
4
#
5
- # pip-compile --generate-hashes --output-file=requirements.txt requirements.in
5
+ # python pycli lock
6
6
#
7
7
attrs == 19.1.0 \
8
8
--hash =sha256:69c0dbf2ed392de1cb5ec704444b08a5ef81680a61cb899dc08127123af36a79 \
Original file line number Diff line number Diff line change 2
2
# This file is autogenerated by pip-compile
3
3
# To update, run:
4
4
#
5
- # pip-compile --generate-hashes --output-file=test-requirements.txt requirements.in test-requirements.in
5
+ # python pycli lock
6
6
#
7
7
ansicolors==1.0.2 \
8
8
--hash=sha256:7664530bb992e3847b61e3aab1580b4df9ed00c5898e80194a9933bc9c80950a \
You can’t perform that action at this time.
0 commit comments