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 00ede85 commit ea94d9b
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.3.0"
version = "0.3.1"
name = "deltachat-faqbot"
description = "FAQ bot, help to answer common questions in support groups"
readme = "README.md"
Expand All @@ -19,8 +19,8 @@ classifiers = [
]
dependencies = [
"SQLAlchemy>=1.4.44",
"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 ea94d9b

Please sign in to comment.