8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4d735 commit 53ba6cbCopy full SHA for 53ba6cb
examples/pip_install/requirements.txt
@@ -7,7 +7,7 @@
7
boto3==1.14.51 \
8
--hash=sha256:a6bdb808e948bd264af135af50efb76253e85732c451fa605b7a287faf022432 \
9
--hash=sha256:f9dbccbcec916051c6588adbccae86547308ac4cd154f1eb7cf6422f0e391a71
10
- # via -r ./requirements.in
+ # via -r requirements.in
11
botocore==1.17.63 \
12
--hash=sha256:40f13f6c9c29c307a9dc5982739e537ddce55b29787b90c3447b507e3283bcd6 \
13
--hash=sha256:aa88eafc6295132f4bc606f1df32b3248e0fa611724c0a216aceda767948ac75
python/pip_install/pip_compile.py
@@ -13,7 +13,7 @@
)
14
sys.exit(1)
15
16
-requirements_in = sys.argv.pop(1)
+requirements_in = os.path.relpath(sys.argv.pop(1))
17
requirements_txt = sys.argv.pop(1)
18
update_target_name = sys.argv.pop(1)
19
0 commit comments