-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
requirements.txt
48 lines (48 loc) · 3.04 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
45
46
47
48
aiofiles==0.6.0; python_full_version >= "3.7.0" and python_version >= "3.7"
aiosqlite==0.16.1; python_version >= "3.7" and python_version < "4.0"
asyncpg==0.29.0; python_full_version >= "3.5.0"
beautifulsoup4==4.9.3
blinker==1.4; python_full_version >= "3.7.0" and python_version >= "3.7"
brotli==1.0.9
certifi==2020.12.5
charset-normalizer==2.0.4; python_full_version >= "3.6.0" and python_version >= "3"
click==7.1.2; python_full_version >= "3.7.0" and python_version >= "3.7"
cssmin==0.2.0
environs==8.1.0; python_full_version >= "3.5.3"
feedgen==0.9.0
gunicorn==20.0.4; python_version >= "3.4"
h11==0.12.0; python_version >= "3.7" and python_full_version >= "3.7.0"
h2==4.0.0; python_version >= "3.7" and python_full_version >= "3.7.0"
hpack==4.0.0; python_version >= "3.7" and python_full_version >= "3.7.0"
htmlmin==0.1.12
hypercorn==0.15.0; python_version >= "3.7" and python_full_version >= "3.7.0"
hyperframe==6.0.0; python_version >= "3.7" and python_full_version >= "3.7.0"
idna==2.10; python_version >= "3" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3"
iso8601==0.1.13; python_version >= "3.7" and python_version < "4.0"
itsdangerous==1.1.0; python_full_version >= "3.7.0" and python_version >= "3.7"
jinja2==2.11.3; python_full_version >= "3.7.0" and python_version >= "3.7"
jsmin==3.0.1
lesscpy==0.14.0; python_version >= "3.7"
lxml==4.9.3; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
markupsafe==1.1.1; python_full_version >= "3.7.0"
marshmallow==3.10.0; python_version >= "3.5" and python_full_version >= "3.5.3"
orjson==3.9.10; python_version >= "3.6"
ply==3.11; python_version >= "3.7"
priority==1.3.0; python_version >= "3.7" and python_full_version >= "3.7.0"
pypika-tortoise==0.1.1; python_version >= "3.7" and python_version < "4.0"
python-dateutil==2.8.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
python-dotenv==0.15.0; python_full_version >= "3.5.3"
pytz==2020.5; python_version >= "3.7" and python_version < "4.0"
quart-compress==0.2.1
quart-minify==0.4.1; python_version >= "3.7"
quart==0.12.0; python_full_version >= "3.7.0"
redis==3.5.3; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
requests==2.26.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
six==1.15.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.7"
soupsieve==2.1; python_version >= "3.5"
toml==0.10.2; python_version >= "3.7" and python_full_version >= "3.7.0"
tortoise-orm==0.17.6; python_version >= "3.7" and python_version < "4.0"
typing-extensions==3.7.4.3; python_version >= "3.7" and python_version < "4.0"
urllib3==1.26.5; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4"
werkzeug==1.0.1; python_full_version >= "3.7.0" and python_version >= "3.7"
wsproto==1.0.0; python_version >= "3.7" and python_full_version >= "3.7.0"