diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-09-03 18:12:13 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-10-24 18:32:22 +0200 |
| commit | b2dac51bcd75ce293e928a7d774abb0a3d4d6277 (patch) | |
| tree | 992ee57cd6de04d2958a194db287f42331c0bd1d | |
| parent | 65bf77aede6a4a2e07790a5b19a4cccae799f00b (diff) | |
| download | Ishtar-b2dac51bcd75ce293e928a7d774abb0a3d4d6277.tar.bz2 Ishtar-b2dac51bcd75ce293e928a7d774abb0a3d4d6277.zip | |
♻️ more specific requirement for packaging
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 598ba1753..73da7588c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -55,7 +55,7 @@ Jinja2==3.1.2 # old - 2.11 django-extra-views==0.14.0 # old - 0.13 -beautifulsoup4==4.11.2 +beautifulsoup4>=4.11.2,<4.11.3 # old - 4.9.3 markdown==3.4.1 # old - 3.3.4 |
