mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
5.11.12
This commit is contained in:
parent
47cbff1fca
commit
7b109b481f
1 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "royalnet"
|
name = "royalnet"
|
||||||
version = "5.11.11"
|
version = "5.11.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+"
|
||||||
|
@ -33,10 +33,10 @@ python_telegram_bot = { version = "^12.2.0", 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
|
||||||
|
|
||||||
# alchemy
|
# alchemy
|
||||||
sqlalchemy = { version = "^1.3.18", optional = true }
|
sqlalchemy = { version = "^1.3.19", optional = true }
|
||||||
psycopg2 = { version = "^2.8.4", optional = true } # Requires quite a bit of stuff http://initd.org/psycopg/docs/install.html#install-from-source
|
psycopg2 = { version = "^2.8.6", optional = true } # Requires quite a bit of stuff http://initd.org/psycopg/docs/install.html#install-from-source
|
||||||
psycopg2_binary = { version = "^2.8.4", optional = true } # Prebuilt alternative to psycopg2, not recommended
|
psycopg2_binary = { version = "^2.8.6", optional = true } # Prebuilt alternative to psycopg2, not recommended
|
||||||
bcrypt = { version = "^3.1.7", optional = true }
|
bcrypt = { version = "^3.2.0", optional = true }
|
||||||
|
|
||||||
# constellation
|
# constellation
|
||||||
starlette = { version = "^0.12.13", optional = true }
|
starlette = { version = "^0.12.13", optional = true }
|
||||||
|
|
Loading…
Reference in a new issue