Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 10a1ec4

Browse files
committed
Implement suggested changes
1 parent 86401cd commit 10a1ec4

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -217,14 +217,6 @@ custom:
217217
- pytest
218218
```
219219

220-
To include the default omitted packages, set the `noDeploy` option to an empty
221-
list:
222-
```yaml
223-
custom:
224-
pythonRequirements:
225-
noDeploy: []
226-
```
227-
228220
## Extra Config Options
229221
### Caching
230222
You can enable two kinds of caching with this plugin which are currently both DISABLED by default. First, a download cache that will cache downloads that pip needs to compile the packages. And second, a what we call "static caching" which caches output of pip after compiling everything for your requirements file. Since generally requirements.txt files rarely change, you will often see large amounts of speed improvements when enabling the static cache feature. These caches will be shared between all your projects if no custom cacheLocation is specified (see below).

tests/base/requirements-w-hashes.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,3 @@ werkzeug==0.14.1 \
8787
--hash=sha256:c3fd7a7d41976d9f44db327260e263132466836cef6f91512889ed60ad26557c \
8888
--hash=sha256:d5da73735293558eb1651ee2fddc4d0dedcfa06538b8813a2e20011583c9e49b \
8989
# via flask
90-
futures==3.2.0 \
91-
--hash=sha256:ec0a6cb848cc212002b9828c3e34c675e0c9ff6741dc445cab6fdd4e1085d1f1 \

0 commit comments

Comments
 (0)