forked from xcloudlive/flask-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
51 lines (48 loc) · 1.02 KB
/
Pipfile
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aliyun-python-sdk-core = "==2.13.16"
aliyun-python-sdk-core-v3 = "==2.13.11"
aliyun-python-sdk-kms = "==2.10.1"
astroid = "==2.3.3"
autopep8 = "==1.5"
certifi = "==2020.4.5.1"
cffi = "==1.14.0"
chardet = "==3.0.4"
click = "==7.1.1"
crcmod = "==1.7"
cryptography = "==2.9.2"
flake8 = "==3.8.1"
flask-cors = "==3.0.8"
flask-marshmallow = "==0.12.0"
flask-sqlalchemy = "==2.4.1"
idna = "==2.9"
isort = "==4.3.21"
itsdangerous = "==1.1.0"
jmespath = "==0.10.0"
lazy-object-proxy = "==1.4.3"
markupsafe = "==1.1.1"
marshmallow = "==3.5.2"
mccabe = "==0.6.1"
oss2 = "==2.11.0"
pycodestyle = "==2.6.0"
pycparser = "==2.20"
pycryptodome = "==3.9.7"
pyflakes = "==2.2.0"
pylint = "==2.4.4"
requests = "==2.23.0"
six = "==1.14.0"
urllib3 = "==1.25.9"
wrapt = "==1.11.2"
Flask = "==1.1.1"
Flask-BasicAuth = "==0.2.0"
Jinja2 = "==2.11.1"
PyJWT = "==1.7.1"
PyYAML = "==5.3.1"
SQLAlchemy = "==1.3.16"
Werkzeug = "==1.0.1"
[dev-packages]
[requires]
python_version = "3.8"