Skip to content

Commit 125f1cb

Browse files
author
Jonathon Belotti
committed

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ botocore~=1.12.247
1717
click~=7.0
1818
```
1919

20-
Can 'compiles' it so you get a transitively-closed `requirements.txt` like this, which should be passed to `pip_install` below:
20+
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:
2123

2224
```
2325
boto3==1.9.253
@@ -68,6 +70,8 @@ py_binary(
6870
)
6971
```
7072

73+
Note that above you do not need to add transitively required packages to `deps = [ ... ]`
74+
7175
## Development
7276

7377
### Testing

0 commit comments

Comments
 (0)