Skip to content

Commit c07a72e

Browse files
committed
v0.1.8
1 parent 555818e commit c07a72e

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

pyproject.toml

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,31 @@
11
[tool.poetry]
22
name = "toxicityclassifier"
3-
version = "0.1.3"
3+
version = "0.1.8"
44
description = "Module encoding and encrypting text by key"
55
authors = ["D1ffic00lt <dm.filinov@gmail.com>"]
66
license = "MIT License"
77
homepage = "https://github.com/D1ffic00lt/toxicity-classification-module"
88
repository = "https://github.com/D1ffic00lt/toxicity-classification-module"
9-
documentation = "https://github.com/D1ffic00lt/toxicity-classification-module/README.md"
9+
documentation = "https://github.com/D1ffic00lt/toxicity-classification-module/blob/main/README.md"
10+
readme = "README.md"
1011

1112
[tool.poetry.dependencies]
1213
python = "^3.8"
1314

1415
[tool.poetry.dev-dependencies]
1516

1617
[build-system]
17-
requires = ["poetry-core>=1.0.0", "setuptools>=43.0.0", "wheel", "langdetect>=1.0.9", "pandas>=1.4.1", "scikit-learn>=1.0.2", "numpy>=1.22.2", "nltk>=3.7", "tqdm>=4.62.3", "pandas>=1.4.1", "numpy>=1.22.2"]
18-
build-backend = "setuptools.build_meta"
18+
requires = [
19+
"poetry-core>=1.0.0",
20+
"setuptools>=43.0.0",
21+
"wheel",
22+
"langdetect>=1.0.9",
23+
"pandas>=1.4.1",
24+
"scikit-learn>=1.0.2",
25+
"numpy>=1.22.2",
26+
"nltk>=3.7",
27+
"tqdm>=4.62.3",
28+
"pandas>=1.4.1",
29+
"numpy>=1.22.2"
30+
]
31+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)