diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2025-07-25 17:40:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-25 17:40:33 +0200 |
| commit | 168fa9b09bc84210922ad879aae65ff9c452c4e4 (patch) | |
| tree | de9fef385997d87bd2f2e598416e3829cc052eb0 /requirements-dev.txt | |
| parent | 83adda8567909b6077706195d8695aa58f5e9700 (diff) | |
[mod] make run: start granian server and versioning by Dependabot (#5037)
The new ``requirements-server.txt`` (granian) is installed into the virtualenv
of Dockerfile.
When ``make run`` is called, a granian server is started with auto reload on
application's files changes / requires granian[reload] extra, see
``requirements-dev.txt``.
Dependabot supports updates to any ``.txt`` file [1].
[1] https://docs.github.com/en/code-security/dependabot/ecosystems-supported-by-dependabot/supported-ecosystems-and-repositories#pip-and-pip-compile
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'requirements-dev.txt')
| -rw-r--r-- | requirements-dev.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index f8fd0b754..1fc97d29a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -21,3 +21,4 @@ wlc==1.15 coloredlogs==15.0.1 docutils>=0.21.2 parameterized==0.9.0 +granian[reload]==2.4.2 |