pytproject.toml: Bump the version and switch back to the latest nio.
This commit is contained in:
parent
65a5db7291
commit
5ba5948eee
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "matrix"
|
name = "matrix"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
license = "ISC"
|
license = "ISC"
|
||||||
description = "Weechat protocol script for Matrix."
|
description = "Weechat protocol script for Matrix."
|
||||||
authors = ["Damir Jelić <poljar@termina.org.uk>"]
|
authors = ["Damir Jelić <poljar@termina.org.uk>"]
|
||||||
|
|
|
@ -6,7 +6,7 @@ atomicwrites
|
||||||
attrs
|
attrs
|
||||||
logbook
|
logbook
|
||||||
pygments
|
pygments
|
||||||
matrix-nio[e2e]==0.6
|
matrix-nio[e2e]=>0.6
|
||||||
aiohttp ; python_version >= "3.5"
|
aiohttp ; python_version >= "3.5"
|
||||||
python-magic
|
python-magic
|
||||||
requests
|
requests
|
||||||
|
|
Loading…
Add table
Reference in a new issue