* Core, CI: add py3.12 compat * Stardew Valley: Fix tests for Py3.12 * ModuleUpdate: always install pkg_resources * Docs: update supported python versions * WebHost: update pony to upstream 0.7.18 * CI: test hosting update to py3.12 * Update docs/running from source.md
11 lines
215 B
Plaintext
11 lines
215 B
Plaintext
flask>=3.0.3
|
|
werkzeug>=3.0.3
|
|
pony>=0.7.18
|
|
waitress>=3.0.0
|
|
Flask-Caching>=2.3.0
|
|
Flask-Compress>=1.15
|
|
Flask-Limiter>=3.7.0
|
|
bokeh>=3.1.1; python_version <= '3.8'
|
|
bokeh>=3.4.1; python_version >= '3.9'
|
|
markupsafe>=2.1.5
|