Downgrade to Python 3.10 to solve some stability issues.
This commit is contained in:
parent
411859d99f
commit
4a26beaebd
3 changed files with 1322 additions and 141 deletions
|
@ -1,6 +1,6 @@
|
||||||
###################################################################
|
###################################################################
|
||||||
# Base container
|
# Base container
|
||||||
FROM python:3.11 AS base
|
FROM python:3.10 AS base
|
||||||
|
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
|
1459
poetry.lock
generated
1459
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -6,7 +6,7 @@ authors = ["Your Name <you@example.com>"]
|
||||||
license = "AGPL"
|
license = "AGPL"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.11"
|
python = "^3.10" # updating to 3.11 causes instability; see https://github.com/themotte/rDrama/issues/446
|
||||||
beautifulsoup4 = "*"
|
beautifulsoup4 = "*"
|
||||||
bleach = "4.1.0"
|
bleach = "4.1.0"
|
||||||
Flask = "*"
|
Flask = "*"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue