mirror of https://github.com/openspug/spug
U update requirements
parent
9a5b390852
commit
87310c45aa
|
@ -7,12 +7,12 @@ RUN pip3 install --upgrade pip -i https://pypi.doubanio.com/simple/
|
|||
RUN pip3 install --no-cache-dir -i https://pypi.doubanio.com/simple/ \
|
||||
gunicorn \
|
||||
mysqlclient \
|
||||
apscheduler==3.6.3 \
|
||||
apscheduler==3.7.0 \
|
||||
asgiref==3.2.10 \
|
||||
Django==2.2.22 \
|
||||
channels==2.3.1 \
|
||||
channels_redis==2.4.1 \
|
||||
paramiko==2.7.2 \
|
||||
paramiko==2.8.1 \
|
||||
django-redis==4.10.0 \
|
||||
requests==2.22.0 \
|
||||
GitPython==3.0.8 \
|
||||
|
|
|
@ -3,7 +3,7 @@ Django==2.2.*
|
|||
asgiref==3.2.10
|
||||
channels==2.3.1
|
||||
channels_redis==2.4.1
|
||||
paramiko==2.8.0
|
||||
paramiko==2.8.1
|
||||
django-redis==4.10.0
|
||||
requests==2.22.0
|
||||
GitPython==3.0.8
|
||||
|
|
Loading…
Reference in New Issue