From 9a6d6f40829cf8bb73a8e59e1740854da4268ea4 Mon Sep 17 00:00:00 2001 From: SkywalkerSpace Date: Tue, 21 Oct 2025 15:19:24 +0800 Subject: [PATCH] add pytz --- manual/setup_binary/installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manual/setup_binary/installation.md b/manual/setup_binary/installation.md index 9c4632e8..23de5296 100644 --- a/manual/setup_binary/installation.md +++ b/manual/setup_binary/installation.md @@ -54,7 +54,7 @@ Seafile uses the `mysql_native_password` plugin for authentication. The versions # Notice that this will usually change your prompt so you know the venv is active # install packages into the active venv with pip (sudo isn't needed because this is installing in the venv, not system-wide). - pip3 install --timeout=3600 boto3 oss2 twilio configparser \ + pip3 install --timeout=3600 boto3 oss2 twilio configparser pytz \ sqlalchemy==2.0.* pymysql==1.1.* jinja2 django-pylibmc pylibmc psd-tools lxml \ django==5.2.* cffi==1.17.1 future==1.0.* mysqlclient==2.2.* captcha==0.7.* django_simple_captcha==0.6.* \ pyjwt==2.10.* djangosaml2==1.11.* pysaml2==7.5.* pycryptodome==3.23.* python-ldap==3.4.* pillow==11.3.* pillow-heif==1.0.* @@ -78,7 +78,7 @@ Seafile uses the `mysql_native_password` plugin for authentication. The versions # Notice that this will usually change your prompt so you know the venv is active # install packages into the active venv with pip (sudo isn't needed because this is installing in the venv, not system-wide). - pip3 install --timeout=3600 boto3 oss2 twilio configparser \ + pip3 install --timeout=3600 boto3 oss2 twilio configparser pytz \ sqlalchemy==2.0.* pymysql==1.1.* jinja2 django-pylibmc pylibmc psd-tools lxml \ django==5.2.* cffi==1.17.1 future==1.0.* mysqlclient==2.2.* captcha==0.7.* django_simple_captcha==0.6.* \ pyjwt==2.10.* djangosaml2==1.11.* pysaml2==7.5.* pycryptodome==3.23.* python-ldap==3.4.* pillow==11.3.* pillow-heif==1.0.* @@ -101,7 +101,7 @@ Seafile uses the `mysql_native_password` plugin for authentication. The versions # Notice that this will usually change your prompt so you know the venv is active # install packages into the active venv with pip (sudo isn't needed because this is installing in the venv, not system-wide). - pip3 install --timeout=3600 boto3 oss2 twilio configparser \ + pip3 install --timeout=3600 boto3 oss2 twilio configparser pytz \ sqlalchemy==2.0.* pymysql==1.1.* jinja2 django-pylibmc pylibmc psd-tools lxml \ django==5.2.* cffi==1.17.1 future==1.0.* mysqlclient==2.2.* captcha==0.7.* django_simple_captcha==0.6.* \ pyjwt==2.10.* djangosaml2==1.11.* pysaml2==7.5.* pycryptodome==3.23.* python-ldap==3.4.* pillow==11.3.* pillow-heif==1.0.*