-
Notifications
You must be signed in to change notification settings - Fork 3
/
requirements.txt
35 lines (34 loc) · 1.38 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
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#
-i https://pypi.org/simple/
beautifulsoup4==4.11.1; python_version >= '3.6'
certifi==2022.9.24; python_version >= '3.6'
charset-normalizer==2.1.1; python_version >= '3.6'
click==8.1.3; python_version >= '3.7'
cssselect==1.1.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
feedfinder2==0.0.4
feedparser==6.0.10; python_version >= '3.6'
filelock==3.8.0; python_version >= '3.7'
idna==3.4; python_version >= '3.5'
jieba3k==0.35.1
joblib==1.2.0; python_version >= '3.7'
lxml==4.9.2
newspaper3k==0.2.8
nltk==3.7; python_version >= '3.7'
pillow==9.2.0; python_version >= '3.7'
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pyyaml==6.0; python_version >= '3.6'
regex==2022.9.13; python_version >= '3.6'
requests-file==1.5.1
requests==2.28.1; python_version >= '3.7' and python_version < '4'
sgmllib3k==1.0.0
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
soupsieve==2.3.2.post1; python_version >= '3.6'
tinysegmenter==0.3
tldextract==3.4.0; python_version >= '3.7'
tqdm==4.64.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
urllib3==1.26.12; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version < '4'