-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrequirements.txt
59 lines (59 loc) · 2.13 KB
/
requirements.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
-i https://pypi.org/simple
alembic==1.6.5; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
aniso8601==9.0.1
appdirs==1.4.4
beautifulsoup4==4.9.3
blinker==1.4
bs4==0.0.1
certifi==2021.5.30
chardet==3.0.4
click==8.0.1; python_version >= '3.6'
cssselect==1.1.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
dnspython==2.1.0; python_version >= '3.6'
elastic-apm[flask]==6.2.2
elasticsearch==7.13.1
email-validator==1.1.3
fake-useragent==0.1.11
flask-migrate==2.5.2
flask-mongoengine==1.0.0
flask-restful==0.3.9
flask-sqlalchemy==2.5.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
flask-wtf==0.15.1; python_version >= '3.6'
flask==2.0.1
greenlet==1.1.0; python_version >= '3'
idna==2.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
itsdangerous==2.0.1; python_version >= '3.6'
jinja2==3.0.1; python_version >= '3.6'
joblib==1.0.1
loguru==0.4.1
lxml==4.6.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
mako==1.1.4; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
markupsafe==2.0.1; python_version >= '3.6'
mongoengine==0.23.1
numpy==1.20.3; python_version >= '3.7'
pandas==1.2.4
parse==1.19.0
pillow==8.2.0
psutil==5.8.0
pyee==8.1.0
pymongo==3.11.4
pyppeteer==0.2.5; python_full_version >= '3.6.1' and python_full_version < '4.0.0'
pyquery==1.4.3
pytesseract==0.3.7
python-dateutil==2.8.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
python-dotenv==0.13.0
python-editor==1.0.4
pytz==2021.1
requests-html==0.10.0
requests==2.23.0
selenium==3.141.0
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
soupsieve==2.2.1; python_version >= '3.0'
sqlalchemy==1.4.18; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
tqdm==4.61.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
urllib3==1.25.11; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
w3lib==1.22.0
websockets==8.1; python_full_version >= '3.6.1'
werkzeug==2.0.1
wheel==0.36.2
wtforms[email]==2.3.3