-
Notifications
You must be signed in to change notification settings - Fork 239
/
setup.cfg
53 lines (53 loc) · 1.32 KB
/
setup.cfg
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
[metadata]
name = texthero
version = 1.0.9
description = Text preprocessing, representation and visualization from zero to hero.
author = Jonathan Besomi
license = MIT
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 3 - Alpha
License :: OSI Approved :: MIT License
Intended Audience :: Developers
Programming Language :: Python
Natural Language :: English
Topic :: Scientific/Engineering
keywords =
text mining
text preprocessing
text representation
text visualization
url = https://github.com/jbesomi/texthero
project_urls =
Documentation = https://texthero.org/
Source Code = https://github.com/jbesomi/texthero
Bug Tracker = https://github.com/jbesomi/texthero/issues
[options]
packages = find:
python_requires = >=3.6.1
install_requires =
numpy>=1.17
scikit-learn>=0.22
spacy<3.0.0
tqdm>=4.3, <5
nltk>=3.3, <4
plotly>=4.2.0, <5
pandas>=1.0.2, <2
wordcloud>=1.5.0, <2
gensim>4.0, <5
matplotlib>=3.1.0, <3.7
# TODO pick the correct version.
[options.extras_require]
dev =
black==19.10b0
pytest>=4.0.0
pytest-cov
Sphinx>=3.0.3
sphinx-markdown-builder>=0.5.4
recommonmark>=0.6.0
nbsphinx
parameterized>=0.7.4
coverage
pre-commit
pandas>=1.1.0