Skip to content

Commit

Permalink
升级到python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
liangliangyy committed Nov 16, 2022
1 parent 231f5d6 commit c34cf43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10
FROM python:3
ENV PYTHONUNBUFFERED 1
WORKDIR /code/djangoblog/
RUN apt-get install default-libmysqlclient-dev -y && \
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
coverage==6.5.0
bleach==5.0.1
Django==4.1.2
Django==4.1.3
django-compressor==4.1
django-haystack==3.2.1
django-ipware==4.0.2
django-mdeditor==0.1.20
django-uuslug==2.0.0
elasticsearch==7.16.1
elasticsearch-dsl==7.4.0
gevent==21.12.0
gevent==22.10.2
jieba==0.42.1
jsonpickle==2.2.0
Markdown==3.4.1
mysqlclient==2.1.1
Pillow==9.2.0
Pillow==9.3.0
Pygments==2.13.0
python-logstash==0.4.8
python-slugify==6.1.2
pytz==2022.4
pytz==2022.6
raven==6.10.0
requests==2.28.1
urllib3==1.26.12
Expand Down

0 comments on commit c34cf43

Please sign in to comment.