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

build(deps): update uwsgi #1152

Merged
merged 3 commits into from
Dec 13, 2022
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
@@ -1,4 +1,4 @@
FROM python:3.10.7-slim
FROM python:3.10-slim
ARG VERSION
ENV DEBIAN_FRONTEND=noninteractive
ENV LANG=en_US.UTF-8
Expand All @@ -10,7 +10,7 @@ RUN apt-get update -y \
&& apt install -y gettext gcc make cmake libmariadb-dev curl libc6-dev unzip cron \
fonts-wqy-microhei vim build-essential ninja-build cython3 pybind11-dev libre2-dev locales \
# htop sysstat net-tools iproute2 procps lsof \
openjdk-11-jdk wkhtmltopdf \
openjdk-11-jdk wkhtmltopdf uwsgi\
&& sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen

COPY Pipfile .
Expand Down
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ requests = "==2.25.1"
six = "==1.15.0"
urllib3 = "==1.26.5"
xlwt = "==1.3.0"
uwsgi = "==2.0.20"
pyre2 = "~=0.3.6"
celery = "==5.2.7"
redis = "==3.5.3"
Expand Down
9 changes: 1 addition & 8 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ types-urllib3==1.26.24
typing-extensions==4.3.0
uritemplate==4.1.1 ; python_version >= '3.6'
urllib3==1.26.5
uwsgi==2.0.20
uwsgitop==0.11
vine==5.0.0 ; python_version >= '3.6'
wcwidth==0.2.5
Expand Down