Skip to content

Commit a0e95e2

Browse files
committed
Fixed issue of not starting with python3.12
1 parent 9c3fdce commit a0e95e2

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

poetry.lock

+18-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ django-simple-history = "3.2.0"
3939
django-storages = "1.14.1"
4040
django = "4.2.16"
4141
djangorestframework = "3.15.2"
42+
markdown = "^3.7" # Temporary for djangorestframework
4243
drf-spectacular = "0.26.4"
4344
elasticsearch = "7.17.6"
4445
flower = "1.2.0"

0 commit comments

Comments
 (0)