forked from NyanNyanovich/nyan
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
57 lines (45 loc) · 821 Bytes
/
requirements.txt
File metadata and controls
57 lines (45 loc) · 821 Bytes
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
--extra-index-url https://download.pytorch.org/whl/cpu
# Crawler
scrapy >= 2.5.0
# Annotator
html2text >= 2020.1.16
fasttext-wheel >= 0.9.2
transformers >= 4.16.2
torch >= 1.13.0
pyonmttok >= 1.29.0
natasha >= 1.4.0
pillow == 9.2.0
# Clustering
scipy >= 1.7.1
scikit-learn>=0.24.2,<=1.3.2
# Client
httpx >= 0.21.3
# Renderer
jinja2 >= 3.0.1
# Shared
pymongo >= 4.0.2
# Linter
pre-commit >= 2.20.0
flake8 >= 5.0.4
flake8-bugbear == 22.7.1
flake8-builtins == 1.5.3
flake8-simplify == 0.19.3
flake8-pie == 0.16.0
pep8-naming == 0.13.1
# Tests
pytest >= 6.2.5
pytest-check >= 1.0.9
# Analytics
wordcloud >= 1.8.1
toloka-kit >= 1.0.1
crowd-kit >= 1.1.0
nltk >= 3.7
pandas >= 1.5.1
# Bots
python-telegram-bot >= 13.14
annoy >= 1.17.1
# Language models
openai >= 0.27.8
# Export
feedgen == 0.9.0
ghp-import == 2.1.0