Skip to content

Commit 0c6abc7

Browse files
authored
Merge branch 'master' into only_master_and_tags
2 parents b49299d + 08d9dbc commit 0c6abc7

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
#
77
ansicolors==1.0.2 \
88
--hash=sha256:7664530bb992e3847b61e3aab1580b4df9ed00c5898e80194a9933bc9c80950a \

pycli

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
#
77
attrs==19.1.0 \
88
--hash=sha256:69c0dbf2ed392de1cb5ec704444b08a5ef81680a61cb899dc08127123af36a79 \

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
#
77
ansicolors==1.0.2 \
88
--hash=sha256:7664530bb992e3847b61e3aab1580b4df9ed00c5898e80194a9933bc9c80950a \

0 commit comments

Comments
 (0)