-
Notifications
You must be signed in to change notification settings - Fork 65
/
requirements.txt
44 lines (44 loc) · 3.64 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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 < "3.11"
async-timeout==4.0.2; python_version >= "3.9" and python_version < "4.0"
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.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.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.19.1; python_version >= "3.6"
django-picklefield==3.1; python_version >= "3"
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.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.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.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.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.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.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.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.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"