Skip to content

Commit

Permalink
Bump minimum matrix-nio[e2e] version to 0.18 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
th0mcat authored Jul 14, 2021
1 parent 79c91c2 commit 2833ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def read_file(path_segments):
description="A matrix bot to remind you about things!",
packages=find_packages(exclude=["tests", "tests.*"]),
install_requires=[
"matrix-nio[e2e]>=0.10.0",
"matrix-nio[e2e]>=0.18.0",
"Markdown>=3.1.1",
"PyYAML>=5.1.2",
"dateparser>=0.7.4",
Expand Down

0 comments on commit 2833ce9

Please sign in to comment.