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 f84ed93 commit 125f1cbCopy full SHA for 125f1cb
README.md
@@ -17,7 +17,9 @@ botocore~=1.12.247
17
click~=7.0
18
```
19
20
-Can 'compiles' it so you get a transitively-closed `requirements.txt` like this, which should be passed to `pip_install` below:
+These above are the third-party packages you can directly import.
21
+
22
+`pip-compile` 'compiles' it so you get a transitively-closed `requirements.txt` like this, which should be passed to `pip_install` below:
23
24
25
boto3==1.9.253
@@ -68,6 +70,8 @@ py_binary(
68
70
)
69
71
72
73
+Note that above you do not need to add transitively required packages to `deps = [ ... ]`
74
75
## Development
76
77
### Testing
0 commit comments