perf: 使用 poetry 管理依赖

This commit is contained in:
ibuler
2023-08-02 11:34:17 +08:00
parent 44397caad4
commit 99ae0066ae
7 changed files with 6215 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ echo "1. 安装依赖"
brew install libtiff libjpeg webp little-cms2 openssl gettext git \
git-lfs libxml2 libxmlsec1 pkg-config postgresql freetds openssl \
libffi freerdp
pip install daphne channels channel-redis
pip install daphne==4.0.0 channels channels-redis
echo "2. 下载 IP 数据库"
ip_db_path="${PROJECT_DIR}/apps/common/utils/geoip/GeoLite2-City.mmdb"