@architect/hydrate
Advanced tools
Changelog
[3.5.1] 2023-11-19
ignoreDependencies
or ignoredDependencies
can now be used; ignoreDependencies
is preferredChangelog
[3.5.0] 2023-10-31
@arc hydrate false
; thanks @lpsinger!Changelog
[3.4.0 - 3.4.1] 2023-10-23
local
flag for hydration of platform-specific binary deps (namely: Python); fixes #1457Changelog
[3.4.0 - 3.4.1] 2023-10-23
local
flag for hydration of platform-specific binary deps (namely: Python); fixes #1457Changelog
[3.3.1] 2023-08-28
importlib_metadata
during Python treeshaking in case it's already installed in the systemChangelog
[3.3.0] 2023-07-31
requirements.txt
necessary in your Python Lambdas, Architect now handles dependency installations automatically upon deploymentrequirements.txt
file (example: --extra-index-url https://test.pypi.org/simple/
), but does not yet support dependencies versioned at root, or shared or views dependenciespipdeptree
package to be available from shell; ensure you've run pip3 install pipdeptree
prior to use