We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce45c55 + 76fdef5 commit 7398680Copy full SHA for 7398680
runtime.txt
@@ -1 +1 @@
1
-python-3.8.3
+python-3.8.8
tcsocket/Dockerfile
@@ -1,4 +1,4 @@
-FROM python:3.6-alpine
+FROM python:3.8.8-alpine
2
3
RUN apk --update --no-cache add gcc g++ musl-dev zlib-dev libuv libffi-dev make postgresql-dev jpeg-dev tiff-dev \
4
&& rm -rf /var/cache/apk/*
tcsocket/requirements.txt
@@ -10,7 +10,7 @@ python-dateutil==2.8.1
10
pillow==8.1.2
11
pydantic[email]==1.5.1
12
raven==6.10.0
13
-uvloop==0.15.1
+uvloop==0.15.2
14
ipython==7.21.0
15
pgcli==3.1.0
16
ipython-sql==0.4.0
0 commit comments