forked from OpenEthan/SMSBoom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-dev.txt
executable file
·84 lines (40 loc) · 3.47 KB
/
requirements-dev.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements --dev
#
# Note: in pipenv 2020.x, "--dev" changed to emit both default and development
# requirements. To emit only development requirements, pass "--dev-only".
-i https://pypi.doubanio.com/simple/
anyio==3.5.0; python_full_version >= '3.6.2'
babel==2.10.1; python_version >= '3.6'
certifi==2021.10.8
charset-normalizer==2.0.12; python_version >= '3.5'
click==8.1.2
colorama==0.4.4; sys_platform == 'win32' and platform_system == 'Windows'
flask-admin==1.6.0
flask-babelex==0.9.4
flask-sqlalchemy==2.5.1
flask==2.1.1
greenlet==1.1.2; python_version >= '3' and platform_machine == 'aarch64' or (platform_machine == 'ppc64le' or (platform_machine == 'x86_64' or (platform_machine == 'amd64' or (platform_machine == 'AMD64' or (platform_machine == 'win32' or platform_machine == 'WIN32')))))
h11==0.12.0; python_version >= '3.6'
httpcore==0.14.7; python_version >= '3.6'
httpx==0.22.0
idna==3.3
importlib-metadata==4.11.3; python_version < '3.10'
itsdangerous==2.1.2; python_version >= '3.7'
jinja2==3.1.1; python_version >= '3.7'
loguru==0.6.0
markupsafe==2.1.1; python_version >= '3.7'
pydantic==1.9.0
pytz==2022.1
rfc3986[idna2008]==1.5.0
sniffio==1.2.0; python_version >= '3.5'
speaklater==1.3
sqlalchemy==1.4.35; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
typing-extensions==4.2.0; python_version >= '3.7'
werkzeug==2.1.1; python_version >= '3.7'
win32-setctime==1.1.0; sys_platform == 'win32'
wtforms==3.0.1; python_version >= '3.7'
zipp==3.8.0; python_version >= '3.7'