User1342 commited on
Commit
236500d
·
1 Parent(s): 5f81329

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +99 -0
requirements.txt ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.3
2
+ aiosignal==1.3.1
3
+ anyio==3.6.2
4
+ async-timeout==4.0.2
5
+ attrs==22.1.0
6
+ bcrypt==4.0.1
7
+ beautifulsoup4==4.11.1
8
+ certifi==2022.12.7
9
+ cffi==1.15.1
10
+ charset-normalizer==2.1.1
11
+ click==8.1.3
12
+ colorama==0.4.6
13
+ contourpy==1.0.6
14
+ cryptography==38.0.4
15
+ cssselect==1.2.0
16
+ cycler==0.11.0
17
+ detoxify==0.5.0
18
+ docopt==0.6.2
19
+ fastapi==0.88.0
20
+ feedfinder2==0.0.4
21
+ feedparser==6.0.10
22
+ ffmpy==0.3.0
23
+ filelock==3.8.2
24
+ fonttools==4.38.0
25
+ frozenlist==1.3.3
26
+ fsspec==2022.11.0
27
+ gradio==3.12.0
28
+ h11==0.12.0
29
+ httpcore==0.15.0
30
+ httpx==0.23.1
31
+ huggingface-hub==0.11.1
32
+ idna==3.4
33
+ jieba3k==0.35.1
34
+ Jinja2==3.1.2
35
+ joblib==1.2.0
36
+ kiwisolver==1.4.4
37
+ linkify-it-py==1.0.3
38
+ lxml==4.9.1
39
+ markdown-it-py==2.1.0
40
+ MarkupSafe==2.1.1
41
+ matplotlib==3.6.2
42
+ mdit-py-plugins==0.3.3
43
+ mdurl==0.1.2
44
+ multidict==6.0.3
45
+ networkx==2.8.8
46
+ News-Article-Topic-Text-Classification @ git+https://github.com/user1342/News-Article-Text-Classification.git@01a50f2eee39510f81c8591d09dd408a0763e9bc
47
+ newspaper3k==0.2.8
48
+ nltk==3.7
49
+ numpy==1.23.5
50
+ oauthlib==3.2.2
51
+ orjson==3.8.3
52
+ packaging==22.0
53
+ pandas==1.5.2
54
+ paramiko==2.12.0
55
+ pathlib==1.0.1
56
+ Pillow==9.3.0
57
+ pipreqs==0.4.11
58
+ plotly==5.11.0
59
+ pycparser==2.21
60
+ pycryptodome==3.16.0
61
+ pydantic==1.10.2
62
+ pydub==0.25.1
63
+ PyNaCl==1.5.0
64
+ pyparsing==3.0.9
65
+ python-dateutil==2.8.2
66
+ python-multipart==0.0.5
67
+ pytz==2022.6
68
+ PyYAML==6.0
69
+ regex==2022.10.31
70
+ requests==2.28.1
71
+ requests-file==1.5.1
72
+ requests-oauthlib==1.3.1
73
+ rfc3986==1.5.0
74
+ scikit-learn==1.2.0
75
+ scipy==1.9.3
76
+ seaborn==0.12.1
77
+ sentencepiece==0.1.97
78
+ sgmllib3k==1.0.0
79
+ six==1.16.0
80
+ sklearn==0.0.post1
81
+ sniffio==1.3.0
82
+ soupsieve==2.3.2.post1
83
+ starlette==0.22.0
84
+ tenacity==8.1.0
85
+ threadpoolctl==3.1.0
86
+ tinysegmenter==0.3
87
+ tldextract==3.4.0
88
+ tokenizers==0.13.2
89
+ torch==1.13.0
90
+ tqdm==4.64.1
91
+ transformers==4.25.1
92
+ tweepy==4.12.1
93
+ typing_extensions==4.4.0
94
+ uc-micro-py==1.0.1
95
+ urllib3==1.26.13
96
+ uvicorn==0.20.0
97
+ websockets==10.4
98
+ yarg==0.1.9
99
+ yarl==1.8.2