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 22# This file is autogenerated by pip-compile
33# To update, run:
44#
5- # pip-compile --generate-hashes --output-file=dev-requirements.txt dev-requirements.in requirements.in test-requirements.in
5+ # python pycli lock
66#
77ansicolors==1.0.2 \
88 --hash=sha256:7664530bb992e3847b61e3aab1580b4df9ed00c5898e80194a9933bc9c80950a \
Original file line number Diff line number Diff line change @@ -100,6 +100,12 @@ def lock(cfg):
100100 )
101101 ],
102102 check = True ,
103+ env = {
104+ ** os .environ ,
105+ "CUSTOM_COMPILE_COMMAND" : "python {} lock" .format (
106+ pathlib .Path (__file__ ).name
107+ ),
108+ },
103109 )
104110
105111
Original file line number Diff line number Diff line change 22# This file is autogenerated by pip-compile
33# To update, run:
44#
5- # pip-compile --generate-hashes --output-file=requirements.txt requirements.in
5+ # python pycli lock
66#
77attrs == 19.1.0 \
88 --hash =sha256:69c0dbf2ed392de1cb5ec704444b08a5ef81680a61cb899dc08127123af36a79 \
Original file line number Diff line number Diff line change 22# This file is autogenerated by pip-compile
33# To update, run:
44#
5- # pip-compile --generate-hashes --output-file=test-requirements.txt requirements.in test-requirements.in
5+ # python pycli lock
66#
77ansicolors==1.0.2 \
88 --hash=sha256:7664530bb992e3847b61e3aab1580b4df9ed00c5898e80194a9933bc9c80950a \
You can’t perform that action at this time.
0 commit comments