-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
46 lines (44 loc) · 942 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
42
43
44
45
46
[[source]]
url = "https://mirrors.aliyun.com/pypi/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
watchdog = "*"
faker = "*"
[packages]
bootstrap-flask = "==1.2.0"
flask-moment = "==0.9.0"
flask-sqlalchemy = "==2.4.1"
python-dotenv = "==0.12.0"
flask-wtf = "==0.14.3"
flask = "==1.1.2"
certifi = "==2023.5.7"
click = "==7.1.1"
coverage = "==7.2.7"
distlib = "==0.3.6"
faker = "==4.0.2"
filelock = "==3.12.2"
itsdangerous = "==1.1.0"
jinja2 = "==2.11.1"
markupsafe = "==1.1.1"
pathtools = "==0.1.2"
pipenv = "==2023.7.11"
platformdirs = "==3.8.1"
python-dateutil = "==2.8.1"
six = "==1.14.0"
sqlalchemy = "==1.3.15"
text-unidecode = "==1.3"
virtualenv = "==20.23.1"
virtualenv-clone = "==0.5.7"
watchdog = "==0.10.2"
werkzeug = "==0.16.0"
wtforms = "==2.2.1"
blinker = "==1.6.2"
flask-uploads = "==0.2.1"
greenlet = "==2.0.2"
packaging = "==23.1"
typing-extensions = "==4.7.1"
requests = "*"
opencv-python = "*"
bs4 = "*"
numpy = "*"