Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielvarona committed Apr 28, 2023
1 parent b31afe1 commit e820d20
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pritunl-slack-app"
version = "0.1.0"
version = "0.1.2"
description = "Pritunl Slack App Slash Commands"
authors = ["Nathaniel Varona <nathaniel.varona+pypi@gmail.com>"]
license = "MIT"
Expand All @@ -9,10 +9,10 @@ packages = [{include = "pritunl_slack_app"}]

[tool.poetry.dependencies]
python = ">=3.8,<3.11"
slack-bolt = "^1.17.0"
flask = {version = "^2.2.3", optional = true}
gunicorn = {version = "^20.1.0", optional = true}
pritunl-api = "^1.1.10"
slack-bolt = "~1.18.0"
flask = {version = "~2.3.1", optional = true}
gunicorn = {version = "~20.1.0", optional = true}
pritunl-api = "~1.1.10"

[tool.poetry.extras]
flask = ["flask", "gunicorn"]
Expand Down

0 comments on commit e820d20

Please sign in to comment.