-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
53 lines (50 loc) · 1.04 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
52
53
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
Flask = "==0.12.2"
tinymongo = "==0.2.0"
Flask-SQLAlchemy = "==2.3.2"
"asn1crypto" = "==0.24.0"
Babel = "==2.5.3"
bcrypt = "==3.1.4"
blinker = "==1.4"
certifi = "==2018.1.18"
cffi = "==1.11.5"
chardet = "==3.0.4"
click = "==6.7"
cryptography = "==2.2.2"
Flask-BabelEx = "==0.9.3"
Flask-Login = "==0.4.1"
Flask-Mail = "==0.9.1"
Flask-Principal = "==0.4.0"
Flask-Security = "==3.0.0"
Flask-WTF = "==0.14.2"
gunicorn = "==19.7.1"
idna = "==2.6"
itsdangerous = "==0.24"
"Jinja2" = "==2.10"
MarkupSafe = "==1.0"
oauthlib = "==2.0.7"
pancloud = "==1.0.2"
passlib = "==1.7.1"
psutil = "==5.4.3"
pycparser = "==2.18"
PyGithub = "==1.38"
PyJWT = "==1.6.1"
pyOpenSSL = "==17.5.0"
pytz = "==2018.3"
requests-oauthlib = "==0.8.0"
requests = "==2.18.4"
six = "==1.11.0"
speaklater = "==1.3"
SQLAlchemy = "==1.2.6"
tinydb-serialization = "==1.0.4"
tinydb = "==3.8.1.post1"
"urllib3" = "==1.22"
Werkzeug = "==0.14.1"
WTForms = "==2.1"
[dev-packages]
[requires]
python_version = "3.6"