Skip to content

Commit

Permalink
Fix missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
TRoboto committed Sep 18, 2021
1 parent a03d22b commit 828d1f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mahad"
version = "0.1.1"
version = "0.1.2"
description = "An Arabic text processing library intended for use in NLP applications."
authors = ["Mohammad Al-Fetyani <[email protected]>"]
license = "BSD-3-Clause"
Expand Down Expand Up @@ -30,6 +30,7 @@ packages = [
python = "^3.7.1"
tqdm = "^4.61.1"
python-dateutil = "^2.8.2"
regex = "^2021.8.28"

[tool.poetry.dev-dependencies]
pre-commit = "^2.13.0"
Expand Down

0 comments on commit 828d1f5

Please sign in to comment.