aboutsummaryrefslogtreecommitdiffstats
path: root/poetry.lock
Commit message (Collapse)AuthorAgeFilesLines
* Remove cheroot from deps, as pinning it to <11 is no longer neededVosjedev7 days1-5/+5
| | | | | https://github.com/cherrypy/cheroot/issues/769#issuecomment-3503822116 was fixed, so we don't need to pin cheroot anymore.
* deps: Nevermind, we're not going to do authentication ourselvesVosjedev2025-11-121-168/+1
| | | | let the reverse-proxy do it for us
* deps: add pygments for patch highlightingVosjedev2025-11-091-1/+16
|
* Add deps for account structureVosjedev2025-11-021-1/+168
|
* Add mariadb as dependencyVosjedev2025-10-281-1/+39
|
* Allow python 3.12 again, force cheroot<11.0.0 to avoid cherrypy bug 2070Vosjedev2025-10-271-7/+7
| | | | | | | see https://github.com/cherrypy/cherrypy/issues/2070, which links a cheroot bug (https://github.com/cherrypy/cheroot/issues/769). this bug makes the server hang instead of shutting down cleanly, waiting for a specific thread. forcing cheroot to below the affected versions until fixed.
* Restrict to python 3.13 and higher, hopefully temporarilyVosjedev2025-10-261-3/+3
|
* [dev] commit lockfilevosjedev2025-10-091-0/+287