Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 8, 2023. It is now read-only.

Tags: devsbb/serverless-python-requirements

Tags

v4.3.0

Toggle v4.3.0's commit message
bump version!

v4.2.5

Toggle v4.2.5's commit message
Version 4.2.5

* Fixes issues with spaces in path on windows serverless#184
* More windows path issues serverless#252
* fix issues when using pip-tools with hashes serverless#261

v4.2.4

Toggle v4.2.4's commit message
Version 4.2.4

* fix deps with relative paths

v4.2.3

Toggle v4.2.3's commit message
Version 2.4.3

* fix windows docker issue introduced in 4.2.2

v4.2.2

Toggle v4.2.2's commit message
Version 4.2.2

* fix issues with -f and -i in requirements.txt
* fix issue with projects with spaces in its path

Both of these were regressions introduced in v4.2.0

v4.2.1

Toggle v4.2.1's commit message
Version 4.2.1

Fix regression introduced in 4.2.0 that caused --options in
requirements.txt to be sorted, which they cant be

v4.2.0

Toggle v4.2.0's commit message
Version 4.2.0 - Add static&download cache features

v4.1.1

Toggle v4.1.1's commit message
Version 4.1.1

* improve function runtime check for mixed runtime services
* reorder detection of docker bindPath detection in windows to improve performance
* fix `sls deploy function` when using zip option and individual packaging
* support `serverless.yaml` and `serverless.json` in addition to `serverless.yml`
  in getBindPath on windows
* update fs-extra dep to v7
* match whole path (instead of fliename only) expressions when using `strip`

v4.1.0

Toggle v4.1.0's commit message
Version 4.1.0

* Add the `slim` option

v4.0.5

Toggle v4.0.5's commit message
Version 4.0.5

* fixes longer bindpath mounts in windows (serverless#200)