From 7ed8aebb521a357c3145009d9bb3b58938454dd9e6ed9c52f451fc1c5c9abc83 Mon Sep 17 00:00:00 2001 From: yuangyaa Date: Sun, 27 Jul 2025 00:34:02 +0800 Subject: [PATCH 1/2] update python support packages --- requirements.txt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3b899bb..d628423 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,21 +1,29 @@ asgiref==3.9.1 asttokens==3.0.0 +bleach==6.2.0 +certifi==2025.7.14 +charset-normalizer==3.4.2 click==8.2.1 decorator==5.2.1 Django==5.2.4 +django-mdeditor==0.1.20 +django-summernote==0.8.20.0 executing==2.2.0 gunicorn==23.0.0 h11==0.16.0 +idna==3.10 ipython==9.4.0 ipython_pygments_lexers==1.1.1 jedi==0.19.2 -Markdown==3.8.2 +Markdown==3.5.2 +martor==1.6.45 matplotlib-inline==0.1.7 numpy==2.3.2 packaging==25.0 pandas==2.3.1 parso==0.8.4 pexpect==4.9.0 +pillow==11.3.0 prompt_toolkit==3.0.51 psycopg2-binary==2.9.10 ptyprocess==0.7.0 @@ -23,11 +31,14 @@ pure_eval==0.2.3 Pygments==2.19.2 python-dateutil==2.9.0.post0 pytz==2025.2 +requests==2.32.4 six==1.17.0 sqlparse==0.5.3 stack-data==0.6.3 traitlets==5.14.3 tzdata==2025.2 +urllib3==2.5.0 uv==0.8.3 uvicorn==0.35.0 wcwidth==0.2.13 +webencodings==0.5.1 From af36ee48e29bba7c8063eae9b6c53a5dcaaf2bd21d12bf8c0acfda9c09d0b4ed Mon Sep 17 00:00:00 2001 From: yuangyaa Date: Sun, 27 Jul 2025 14:46:20 +0800 Subject: [PATCH 2/2] init code --- .idea/blog.iml | 30 +++--------------------------- myblog/blog/urls.py | 1 - myblog/myblog/asgi.py | 1 - myblog/myblog/wsgi.py | 1 - myblog/requirements.txt | 14 ++------------ requirements.txt | 2 +- 6 files changed, 6 insertions(+), 43 deletions(-) diff --git a/.idea/blog.iml b/.idea/blog.iml index e339442..231a8e8 100644 --- a/.idea/blog.iml +++ b/.idea/blog.iml @@ -1,30 +1,6 @@ - - - - - - - - - - - - - - - - - - -