Skip to content

Tags: sleepio/serverless-python-requirements

Tags

v5.0.1

Toggle v5.0.1's commit message
SFE support when using package:individually

v5.0.0

Toggle v5.0.0's commit message
use caches by default!

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`