Skip to content

Commit

Permalink
seafile10 sqlalchemy 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SkywalkerSpace committed Mar 17, 2023
1 parent c2a0052 commit 7481afa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion image/arm_seafile_10.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN apt-get install -y python3 python3-pip python3-setuptools && \

RUN pip3 install --timeout=3600 click termcolor colorlog pymysql django==3.2.* \
future==0.18.* mysqlclient==2.1.* pillow==9.3.* pylibmc captcha==0.4 markupsafe==2.0.1 jinja2 \
sqlalchemy django-pylibmc django_simple_captcha==0.5.* pyjwt==2.6.* djangosaml2==1.5.* pysaml2==7.2.* pycryptodome==3.16.* cffi==1.15.1 psd-tools lxml \
sqlalchemy==1.4.3 django-pylibmc django_simple_captcha==0.5.* pyjwt==2.6.* djangosaml2==1.5.* pysaml2==7.2.* pycryptodome==3.16.* cffi==1.15.1 psd-tools lxml \
-i https://pypi.tuna.tsinghua.edu.cn/simple/ && rm -r /root/.cache/pip

# Scripts
Expand Down
2 changes: 1 addition & 1 deletion image/pro_seafile_10.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN apt-get install -y python3 python3-pip python3-setuptools python3-ldap pytho

RUN pip3 install --timeout=3600 click termcolor colorlog pymysql django==3.2.* \
future==0.18.* mysqlclient==2.1.* pillow==9.3.* pylibmc captcha==0.4 markupsafe==2.0.1 jinja2 \
sqlalchemy django-pylibmc django_simple_captcha==0.5.* pyjwt==2.6.* djangosaml2==1.5.* pysaml2==7.2.* pycryptodome==3.16.* cffi==1.15.1 \
sqlalchemy==1.4.3 django-pylibmc django_simple_captcha==0.5.* pyjwt==2.6.* djangosaml2==1.5.* pysaml2==7.2.* pycryptodome==3.16.* cffi==1.15.1 \
boto oss2 twilio python-ldap configparser psd-tools lxml \
-i https://pypi.tuna.tsinghua.edu.cn/simple/ && rm -r /root/.cache/pip

Expand Down
2 changes: 1 addition & 1 deletion image/seafile_10.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN apt-get install -y python3 python3-pip python3-setuptools && \

RUN pip3 install --timeout=3600 click termcolor colorlog pymysql django==3.2.* \
future==0.18.* mysqlclient==2.1.* pillow==9.3.* pylibmc captcha==0.4 markupsafe==2.0.1 jinja2 \
sqlalchemy django-pylibmc django_simple_captcha==0.5.* pyjwt==2.6.* djangosaml2==1.5.* pysaml2==7.2.* pycryptodome==3.16.* cffi==1.15.1 psd-tools lxml \
sqlalchemy==1.4.3 django-pylibmc django_simple_captcha==0.5.* pyjwt==2.6.* djangosaml2==1.5.* pysaml2==7.2.* pycryptodome==3.16.* cffi==1.15.1 psd-tools lxml \
-i https://pypi.tuna.tsinghua.edu.cn/simple/ && rm -r /root/.cache/pip

# Scripts
Expand Down

0 comments on commit 7481afa

Please sign in to comment.