Skip to content

Commit

Permalink
Merge pull request #37 from arushadev/spacy
Browse files Browse the repository at this point in the history
Spacy
  • Loading branch information
hosseinkhaledi committed Apr 21, 2024
2 parents 2801e16 + 923142b commit 3415b80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "piraye"
version = "0.5.0"
version = "0.5.1"
authors = [
{ name = "Hamed Khademi Khaledi", email = "khaledihkh@gmail.com" },
{ name = "HosseiN Khademi khaeldi", email = "hossein@arusha.dev" },
Expand Down Expand Up @@ -42,6 +42,7 @@ classifiers = [
]
dependencies = [
"nltk",
"spacy",
"lingua-language-detector"
]

Expand All @@ -60,4 +61,4 @@ dev = ["tqdm", "pytest", "pylint ==2.17.7", "flake8", "pytest", "spacy"]

[project.urls]
"Homepage" = "https://github.com/arushadev/piraye"
"Bug Tracker" = "https://github.com/arushadev/piraye/issues"
"Bug Tracker" = "https://github.com/arushadev/piraye/issues"

0 comments on commit 3415b80

Please sign in to comment.