bump libsuou requirement

This commit is contained in:
Yusur 2025-11-01 10:06:59 +01:00
parent d1f33afe09
commit 4effde0049
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
* Unix-like OS (Docker container, Linux or MacOS are all good). * Unix-like OS (Docker container, Linux or MacOS are all good).
* **Python** >=3.10. Recommended to use a virtualenv (unless in Docker lol). * **Python** >=3.10. Recommended to use a virtualenv (unless in Docker lol).
* **PostgreSQL** at least 16. * **PostgreSQL** at least 16.
* **Redis**/Valkey (as of 0.4.0 unused in codebase -_-). * **Redis**/Valkey (as of 0.5.0 unused in codebase -_-).
* **Docker** and **Docker Compose**. * **Docker** and **Docker Compose**.
* A server machine with a public IP address and shell access (mandatory for production, optional for development/staging). * A server machine with a public IP address and shell access (mandatory for production, optional for development/staging).
* First time? I recommend a VPS. The cheapest one starts at €5/month, half a Spotify subscription. * First time? I recommend a VPS. The cheapest one starts at €5/month, half a Spotify subscription.

View file

@ -19,7 +19,7 @@ dependencies = [
"libsass", "libsass",
"setuptools>=78.1.0", "setuptools>=78.1.0",
"Hypercorn", "Hypercorn",
"suou[sqlalchemy]>=0.7.5" "suou[sqlalchemy]>=0.7.6"
] ]
requires-python = ">=3.10" requires-python = ">=3.10"
classifiers = [ classifiers = [