Skip to content

Commit

Permalink
fix python 3.7 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dedefer committed Jun 3, 2021
1 parent f481bb8 commit 0ce77df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mailru-im-command-bot"
version = "0.1.8"
version = "0.1.9"
description = "Tiny lib for icq/myteam command bots"
authors = ["Danila Fomin <[email protected]>"]
license = "MIT"
Expand All @@ -16,6 +16,7 @@ classifiers = [
python = "^3.7"
mailru-im-bot = ">=0.0.18"
mypy-extensions = "^0.4.3"
typing-extensions = "^3.10.0"


[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 0ce77df

Please sign in to comment.