-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
requirements.txt
30 lines (30 loc) · 881 Bytes
/
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
audioop-lts; python_version >= "3.13"
aiohttp
beautifulsoup4
# install only on windows
git+https://github.com/ryuuRyuusei/cutlet-pure@master; sys_platform == "win32"
cutlet; sys_platform != "win32"
dacite
defusedxml
fake-useragent
fuzzywuzzy
html5lib
interactions-py==5.13.1
pandas
plusminus
psutil
pykakasi
python-dotenv
python-Levenshtein
pyyaml
regex-spm
sentry_sdk
tzdata
unidic
validators
certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability
numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability
requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability
urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability