Skip to content

Commit

Permalink
Fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisMayo authored Jun 1, 2022
1 parent ef03fab commit 47d3af8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <luismayovalbuena@outlook.es>"]
license = "MIT"
Expand All @@ -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]

Expand Down

0 comments on commit 47d3af8

Please sign in to comment.