Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

升级依赖 #667

Merged
merged 1 commit into from
Jul 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ RUN apt-get install default-libmysqlclient-dev -y && \
ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
ADD requirements.txt requirements.txt
RUN pip install --upgrade pip && \
pip install -Ur requirements.txt && \
pip install gunicorn[gevent] && \
pip install --no-cache-dir -r requirements.txt && \
pip install --no-cache-dir gunicorn[gevent] && \
pip cache purge

ADD . .
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
es:
image: liangliangyy/elasticsearch-analysis-ik:8.5.2
image: liangliangyy/elasticsearch-analysis-ik:8.6.1
container_name: es
restart: always
environment:
Expand All @@ -14,7 +14,7 @@ services:
- ./bin/datas/es/:/usr/share/elasticsearch/data/

kibana:
image: kibana:8.5.2
image: kibana:8.6.1
restart: always
container_name: kibana
ports:
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
coverage==7.2.2
coverage==7.2.7
bleach==6.0.0
Django==4.2.1
django-compressor==4.3.1
Django==4.2.3
django-compressor==4.4
django-haystack==3.2.1
django-ipware==5.0.0
django-mdeditor==0.1.20
Expand All @@ -12,8 +12,8 @@ gevent==22.10.2
jieba==0.42.1
jsonpickle==3.0.1
Markdown==3.4.3
mysqlclient==2.1.1
Pillow==9.5.0
mysqlclient==2.2.0
Pillow==10.0.0
Pygments==2.15.1
python-logstash==0.4.8
python-slugify==8.0.1
Expand All @@ -22,5 +22,5 @@ requests==2.31.0
WeRoBot==1.13.1
Whoosh==2.7.4
user-agents==2.2.0
redis==4.5.5
openai==0.27.6
redis==4.6.0
openai==0.27.8