-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
41 lines (38 loc) · 827 Bytes
/
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
[[source]]
name = "pypi"
url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
verify_ssl = true
[dev-packages]
faker = "==1.0.7"
watchdog = "==0.9.0"
[packages]
argh = "==0.26.2"
blinker = "==1.4"
bootstrap-flask = "==1.0.10"
click = "==7.0"
flask = "==1.0.3"
flask-avatars = "==0.2.2"
flask-dropzone = "==1.5.3"
flask-login = "==0.4.1"
flask-mail = "==0.9.1"
flask-moment = "==0.8.0"
flask-sqlalchemy = "==2.4.0"
flask-whooshee = "==0.7.0"
flask-wtf = "==0.14.2"
itsdangerous = "==1.1.0"
jinja2 = "==2.10.1"
markupsafe = "==1.1.1"
pathtools = "==0.1.2"
pillow = "==6.2.0"
python-dateutil = "==2.8.0"
python-dotenv = "==0.10.3"
pyyaml = "==5.1.1"
six = "==1.12.0"
sqlalchemy = "==1.3.3"
text-unidecode = "==1.2"
werkzeug = "==0.15.4"
whoosh = "==2.7.4"
wtforms = "==2.2.1"
flask-migrate = "*"
[requires]
python_version = "3.7"