Skip to content

Commit 4793e5a

Browse files
committed
Add requests to default packages
(cherry picked from commit 9e12d0b)
1 parent aedc99f commit 4793e5a

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

docs/deployments/request-handlers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ requirements-parser==0.2.0
8282
packaging==19.0.0
8383
pillow==6.1.0
8484
regex==2017.4.5
85+
requests==2.21.0
8586
```
8687

8788
You can install additional PyPI packages and import your own Python packages. See [Python Packages](../piplines/python-packages.md) for more details.

docs/pipelines/aggregators-custom.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ requirements-parser==0.2.0
5050
packaging==19.0.0
5151
pillow==6.1.0
5252
regex==2017.4.5
53+
requests==2.21.0
5354
```
5455

5556
You can install additional PyPI packages and import your own Python packages. See [Python Packages](python-packages.md) for more details.

docs/pipelines/estimators-custom.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ requirements-parser==0.2.0
6363
packaging==19.0.0
6464
pillow==6.1.0
6565
regex==2017.4.5
66+
requests==2.21.0
6667
```
6768

6869
You can install additional PyPI packages and import your own Python packages. See [Python Packages](python-packages.md) for more details.

docs/pipelines/transformers-custom.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ requirements-parser==0.2.0
9595
packaging==19.0.0
9696
pillow==6.1.0
9797
regex==2017.4.5
98+
requests==2.21.0
9899
```
99100

100101
You can install additional PyPI packages and import your own Python packages. See [Python Packages](python-packages.md) for more details.

pkg/workloads/cortex/lib/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ packaging==19.0.0
66
json_tricks==3.13.1
77
pillow==6.1.0
88
regex==2017.4.5
9+
requests==2.21.0

0 commit comments

Comments
 (0)