git deploy: use python requirements file for updates
The package parsing only serves the purpose of performing the diff. Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
1cfeb853a5
commit
1d3e5564a2
@ -194,7 +194,7 @@ class GitDeploy(AppDeploy):
|
|||||||
if packages:
|
if packages:
|
||||||
await self._install_packages(packages)
|
await self._install_packages(packages)
|
||||||
if modules:
|
if modules:
|
||||||
await self._update_python_requirements(modules)
|
await self._update_python_requirements(self.python_reqs or modules)
|
||||||
npm_hash: Optional[str] = dep_info["npm_hash"]
|
npm_hash: Optional[str] = dep_info["npm_hash"]
|
||||||
ret = await self._check_need_update(npm_hash, self.npm_pkg_json)
|
ret = await self._check_need_update(npm_hash, self.npm_pkg_json)
|
||||||
if force or ret:
|
if force or ret:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user