aboutsummaryrefslogtreecommitdiff
path: root/gazelle/python/testdata/with_third_party_requirements_from_imports/README.md
blob: c50a1ca100a1348d7323235f26f8ef1aa742af43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# With third-party requirements (from imports)

This test case covers imports of the form:

```python
from my_pip_dep import foo
```

for example

```python
from google.cloud import aiplatform, storage
```

See https://github.com/bazelbuild/rules_python/issues/709 and https://github.com/sramirezmartin/gazelle-toy-example.