Skip to content

Commit

Permalink
Support Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lukany committed Apr 7, 2021
1 parent cd8bf46 commit a3f904f
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 4 deletions.
45 changes: 43 additions & 2 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tool.poetry]
name = "ggci"
version = "0.1.1"
version = "0.1.2"
description = "GitLab Google Chat Integration"
authors = [
"Jan Lukány <lukany.jan@gmail.com>",
]

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.7"
flask = "^1.1.2"
pyyaml = "^5.4.1"
requests = "^2.25.1"
Expand Down

0 comments on commit a3f904f

Please sign in to comment.