Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

升级 Python 依赖 #38

Merged
merged 5 commits into from
Oct 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9
FROM python:3.10

RUN mkdir /app
COPY requirements.txt /app/requirements.txt
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[tool.poetry]
name = "tbk"
version = "v0.8.4"
version = "v0.8.5"
description = "奇遇淘客"
authors = ["dev <dev@qiyutech.tech>"]
readme = "README.md"
homepage = "https://tbk.qiyutech.tech/"

[tool.poetry.dependencies]
python = "^3.9"
python = ">=3.9,<3.11"

# 调度
apscheduler = ">=3.6,<4.0"

# web framework
django = ">=4.0,<4.1"
django = ">=4.1,<4.2"

# for django database
psycopg2-binary = ">=2.9,<2.10"
Expand All @@ -38,11 +38,11 @@ pytz = ">=2022,<2023"
gunicorn = ">=20.0,<21"

# for log
django-structlog = ">=2.2,<2.3"
django-structlog = ">=3.0,<3.1"

###################################################
# API 接口 依赖
django-ninja = ">=0.18,<0.19"
django-ninja = ">=0.19,<0.20"
###################################################


Expand Down
50 changes: 25 additions & 25 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
aiohttp==3.8.1; python_version >= "3.9" and python_version < "4.0"
aiohttp==3.8.3; python_version >= "3.9" and python_version < "4.0"
aiosignal==1.2.0; python_version >= "3.9" and python_version < "4.0"
apscheduler==3.9.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0" and python_version < "4")
asgiref==3.5.2; python_version >= "3.9" and python_version < "4.0"
asgiref==3.5.2; python_version >= "3.9" and python_version < "3.11"
async-timeout==4.0.2; python_version >= "3.9" and python_version < "4.0"
attrs==21.4.0; python_version >= "3.9" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.9" and python_version < "4.0" and python_full_version >= "3.5.0"
certifi==2022.6.15; python_version >= "3.9" and python_version < "4"
attrs==22.1.0; python_version >= "3.9" and python_version < "4.0"
certifi==2022.9.24; python_version >= "3.9" and python_version < "4"
cffi==1.15.1; python_version >= "3.9" and python_version < "4.0"
charset-normalizer==2.1.0; python_version >= "3.9" and python_version < "4.0" and python_full_version >= "3.6.0"
cryptography==37.0.4; python_version >= "3.9" and python_version < "4.0"
dj-qiyu-tpl==0.6.9; python_version >= "3.9" and python_version < "4.0"
charset-normalizer==2.1.1; python_version >= "3.9" and python_version < "4.0" and python_full_version >= "3.6.0"
cryptography==38.0.2; python_version >= "3.9" and python_version < "4.0"
dj-qiyu-tpl==0.6.10; python_version >= "3.9" and python_version < "3.11"
django-admin-env-notice==0.4
django-constance==2.9.0; python_version >= "3.6"
django-constance==2.9.1; python_version >= "3.6"
django-dotenv==1.4.2
django-ipware==4.0.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0"
django-ninja==0.18.0; python_version >= "3.6"
django-ninja==0.19.1; python_version >= "3.6"
django-picklefield==3.1; python_version >= "3"
django-qiyu-utils==0.4.2; python_version >= "3.9" and python_version < "4.0"
django-structlog==2.2.0
django==4.0.6; python_version >= "3.8"
docutils==0.18.1; python_version >= "3.9" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.9" and python_version < "4.0" and python_full_version >= "3.5.0"
frozenlist==1.3.0; python_version >= "3.9" and python_version < "4.0"
django-qiyu-utils==0.4.4; python_version >= "3.9" and python_version < "3.11"
django-structlog==3.0.1
django==4.1.2; python_version >= "3.8"
docutils==0.19; python_version >= "3.9" and python_version < "3.11"
frozenlist==1.3.1; python_version >= "3.9" and python_version < "4.0"
gunicorn==20.1.0; python_version >= "3.5"
idna==3.3; python_version >= "3.9" and python_version < "4"
idna==3.4; python_version >= "3.9" and python_version < "4"
multidict==6.0.2; python_version >= "3.9" and python_version < "4.0"
pillow==9.2.0; python_version >= "3.7"
psycopg2-binary==2.9.3; python_version >= "3.6"
psycopg2-binary==2.9.4; python_version >= "3.6"
pycparser==2.21; python_version >= "3.9" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.9" and python_version < "4.0" and python_full_version >= "3.4.0"
pydantic==1.9.1; python_full_version >= "3.6.1" and python_version >= "3.9" and python_version < "4.0"
pydantic==1.10.2; python_version >= "3.9" and python_version < "4.0"
pydes==2.0.1; python_version >= "3.9" and python_version < "4.0"
pygments==2.12.0; python_version >= "3.9" and python_version < "4.0"
pyjwt==2.4.0; python_version >= "3.9" and python_version < "4.0"
pygments==2.13.0; python_version >= "3.9" and python_version < "3.11"
pyjwt==2.6.0; python_version >= "3.9" and python_version < "4.0"
pytz-deprecation-shim==0.1.0.post0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.6"
pytz==2022.1
pytz==2022.5
qiyu-api==0.7.6; python_version >= "3.9" and python_version < "4.0"
requests==2.28.1; python_version >= "3.9" and python_version < "4"
six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4"
sqlparse==0.4.2; python_version >= "3.9" and python_version < "4.0"
sqlparse==0.4.3; python_version >= "3.9" and python_version < "3.11"
structlog==21.5.0; python_version >= "3.9" and python_version < "4.0"
typing-extensions==4.3.0; python_full_version >= "3.6.1" and python_version >= "3.9" and python_version < "4.0"
tzdata==2022.1; sys_platform == "win32" and python_version >= "3.9" and (python_version >= "3.6" and python_full_version < "3.0.0" and platform_system == "Windows" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.6" and platform_system == "Windows") and python_version < "4.0" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.6")
typing-extensions==4.4.0; python_version >= "3.9" and python_version < "4.0"
tzdata==2022.5; sys_platform == "win32" and python_version >= "3.9" and (python_version >= "3.6" and python_full_version < "3.0.0" and platform_system == "Windows" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.6" and platform_system == "Windows") and python_version < "3.11" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.6")
tzlocal==4.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.6"
urllib3==1.26.9; python_version >= "3.9" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.9"
yarl==1.7.2; python_version >= "3.9" and python_version < "4.0"
urllib3==1.26.12; python_version >= "3.9" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.9"
yarl==1.8.1; python_version >= "3.9" and python_version < "4.0"
Loading