From aab1a7099ee688c27e31a76639f233a0a3755150 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 22 Jul 2020 16:21:51 +0200 Subject: [PATCH] Bump version --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a3090b3a..88791a82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ [tool.poetry] name = "royalpack" - version = "5.13.0" + version = "5.13.1" description = "A Royalnet command pack for the Royal Games community" authors = ["Stefano Pigozzi "] license = "AGPL-3.0+" @@ -23,6 +23,8 @@ riotwatcher = "^3.0.0" royalspells = "^3.2" steam = "*" +sqlalchemy = "^1.3.18" +bcrypt = "^3.1.7" [tool.poetry.dependencies.royalnet] version = "~5.10.4"