diff --git a/pyproject.toml b/pyproject.toml index 6801efd..41911cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "objection_engine" -version = "3.0.0" +version = "3.0.1" description = "Library that turns comment chains into ace attorney scenes, used in several bots" authors = ["Luis Mayo Valbuena "] license = "MIT" @@ -13,14 +13,15 @@ matplotlib = "^3.5.1" pydub = "^0.25.1" moviepy = "^1.0.3" ffmpeg-python = "^0.2.0" -spacy = "2.3.5" +spacy = "^2.3.5" textblob = "^0.17.1" praw = "^7.5.0" tinydb = "^4.7.0" xx-ent-wiki-sm = {url = "https://github.com/explosion/spacy-models/releases/download/xx_ent_wiki_sm-2.3.0/xx_ent_wiki_sm-2.3.0.tar.gz"} -google-cloud-translate = "2.0.1" +google-cloud-translate = "^2.0.1" opencv-python = "^4.5.5" fonttools = "^4.33.3" +numpy = "^1.19.3" [tool.poetry.dev-dependencies]