bump libsuou requirement
This commit is contained in:
parent
d1f33afe09
commit
4effde0049
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -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 = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue