We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d8f2c6 commit f72f531Copy full SHA for f72f531
CHANGELOG.md
@@ -2,7 +2,8 @@
2
3
This file documents any relevant changes.
4
## [0.6.16] - 2022-04-22
5
-- feat:
+- fix: only ask for rebuild requirements if core is not submodule
6
+- feat: added dependency hash and version check for core package
7
8
## [0.6.15] - 2022-04-22
9
- chore: updated app_server to 0.9.0
src/viur_cli/deploy.py
@@ -72,7 +72,7 @@ def requirements_to_dict(requirements):
72
return ret
73
74
core_requirements = os.path.join(site.getsitepackages()[0],"viur","requirements.txt")
75
-
+
76
if not os.path.exists(core_requirements):
77
echo_info("could now find core package, please update the core to validate the requirements.txt")
78
return []
0 commit comments