From 828d1f54f18bc91434ba2b90f7adc7f1a9b4bd25 Mon Sep 17 00:00:00 2001 From: TRoboto Date: Sat, 18 Sep 2021 10:53:38 +0300 Subject: [PATCH] Fix missing dependency --- poetry.lock | 4 ++-- pyproject.toml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4681642f..2d336b4e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -506,7 +506,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" name = "regex" version = "2021.8.28" description = "Alternative regular expression module, to replace re." -category = "dev" +category = "main" optional = false python-versions = "*" @@ -831,7 +831,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7.1" -content-hash = "cb6b5ae7ffdaf60f412e366c82689059326e7e355b107302468895f6eeaa7584" +content-hash = "871abe2fe20aae31c43c04d5a0384602e2d555b92362fbbd5576615c0b5a425c" [metadata.files] alabaster = [ diff --git a/pyproject.toml b/pyproject.toml index f450df7e..37c1a7de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "BSD-3-Clause" @@ -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"