mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
publish: 5.8.12
This commit is contained in:
parent
a0dd05bd49
commit
410a434937
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "royalnet"
|
name = "royalnet"
|
||||||
version = "5.8.11"
|
version = "5.8.12"
|
||||||
description = "A multipurpose bot and web framework"
|
description = "A multipurpose bot and web framework"
|
||||||
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
|
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
|
||||||
license = "AGPL-3.0+"
|
license = "AGPL-3.0+"
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
python_telegram_bot = {version="^12.2.0", optional=true}
|
python_telegram_bot = {version="^12.2.0", optional=true}
|
||||||
|
|
||||||
# discord
|
# discord
|
||||||
"discord.py" = {git = "https://github.com/Rapptz/discord.py/", branch="master", optional=true}
|
"discord.py" = {version="^1.3.0", branch="master", optional=true}
|
||||||
pynacl = {version="^1.3.0", optional=true} # This requires libffi-dev and python3.*-dev to be installed on Linux systems
|
pynacl = {version="^1.3.0", optional=true} # This requires libffi-dev and python3.*-dev to be installed on Linux systems
|
||||||
|
|
||||||
# matrix
|
# matrix
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
semantic = "5.8.11"
|
semantic = "5.8.12"
|
||||||
|
|
Loading…
Reference in a new issue