-
Notifications
You must be signed in to change notification settings - Fork 24
/
requirements.txt
65 lines (62 loc) · 1.72 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
60
61
62
63
64
65
beautifulsoup4
markupsafe # added this because of this stupid breaking change with minor version bump: https://github.com/pallets/markupsafe/issues/284
blinker
deprecated
elastic-transport==8.12.0
elasticsearch==8.12.1
elasticsearch-dsl==8.12.0
Faker
feedparser
human-readable
flask==2.3.2
werkzeug==3.0.2
Flask-Assets
flask_cors
flask_sqlalchemy>=3.0
git+https://github.com/zeeguu-ecosystem/apimux.git@master#egg=apimux
git+https://github.com/zeeguu-ecosystem/Python-Translators.git@master#egg=python_translators
jieba3k
jinja2
langdetect
lxml
mysqlclient
newspaper3k==0.2.7
nltk
numpy
tqdm
Pillow
pyphen
regex
requests
requests_mock
sentry-sdk[flask]
sortedcontainers
SQLAlchemy>=2.0
git+https://github.com/zeeguu-ecosystem/Python-Wordstats.git@master#egg=wordstats
google-cloud-texttospeech==2.3.0
timeago
pymysql
yagmail
google
protobuf
wheel
pytest
# added with Tiago
spacy>=3.0.0,<4.0.0
en_core_web_md @ https://github.com/explosion/spacy-models/releases/download/en_core_web_md-3.7.1/en_core_web_md-3.7.1-py3-none-any.whl
de_core_news_md @ https://github.com/explosion/spacy-models/releases/download/de_core_news_md-3.7.0/de_core_news_md-3.7.0-py3-none-any.whl
da_core_news_md @ https://github.com/explosion/spacy-models/releases/download/da_core_news_md-3.7.0/da_core_news_md-3.7.0-py3-none-any.whl
rapidfuzz==3.0.0
scipy==1.13.0
git+https://github.com/zeeguu/confusionwords.git@main#egg=confusionwords
scikit-learn==1.4.0
flask_monitoringdashboard
# For the report generator
matplotlib
seaborn
pandas
# the following two were required when deploying the API on Mac OS with Python 3.12.1
cryptography
lxml_html_clean
# spacy sometimes pulls an older version of pydantic that breaks stuff; adding the following line to prevent this
pydantic>=1.10.8