We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea40eda commit 76ed8cdCopy full SHA for 76ed8cd
pyproject.toml
@@ -1,12 +1,15 @@
1
[tool.poetry]
2
name = "toxicityclassifier"
3
-version = "0.1.2"
+version = "0.1.3"
4
description = "Module encoding and encrypting text by key"
5
authors = ["D1ffic00lt <dm.filinov@gmail.com>"]
6
license = "MIT License"
7
+homepage = "https://github.com/D1ffic00lt/toxicity-classification-module"
8
+repository = "https://github.com/D1ffic00lt/toxicity-classification-module"
9
+documentation = "https://github.com/D1ffic00lt/toxicity-classification-module/README.md"
10
11
[tool.poetry.dependencies]
-python = "^3.9"
12
+python = "^3.8"
13
14
[tool.poetry.dev-dependencies]
15
0 commit comments