Skip to content

Commit

Permalink
update minimum required deltabot-cli in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Oct 26, 2023
1 parent b0729ae commit 15010bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[project]
version = "0.1.0"
version = "0.1.1"
name = "web2img-deltabot"
description = "Delta Chat bot to take website screenshots"
readme = "README.md"
Expand All @@ -20,8 +20,8 @@ classifiers = [
dependencies = [
"SQLAlchemy>=2.0.22",
"playwright>=1.28.0",
"deltabot-cli",
"deltachat-rpc-server",
"deltabot-cli>=0.1.0",
"deltachat-rpc-server>=1.127.0",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 15010bc

Please sign in to comment.