diff options
| author | kj_sh604 | 2026-03-16 14:03:16 -0400 |
|---|---|---|
| committer | kj_sh604 | 2026-03-16 14:03:16 -0400 |
| commit | 3cbe7f72f0d85d95d61b2703087fc592318f3495 (patch) | |
| tree | 2e47fc41271134e9cecd29f97f603d76a832d0d2 /src/requirements.txt | |
| parent | 17128baa36e24f8d3bce2701b1308b03f6fc5c01 (diff) | |
refactor: 24.04 vps compatibility and README re-write
Diffstat (limited to 'src/requirements.txt')
| -rw-r--r-- | src/requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/requirements.txt b/src/requirements.txt index c9d8662..dfce493 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,3 +1,3 @@ -flask>=3.0,<4 -gunicorn>=22,<25 -python-magic>=0.4.27 +flask>=3.0,<3.2 +gunicorn>=22,<24 +python-magic>=0.4.27,<0.5
\ No newline at end of file |
