Dont allow older versions for norm and telebot

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2022-04-11 16:10:24 +05:30
parent acb3d241dc
commit 9c9a7f71f3
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5
2 changed files with 3 additions and 3 deletions

View file

@ -11,5 +11,5 @@ bin = @["nim_censor_bot"]
# Dependencies
requires "nim >= 1.6.0"
requires "telebot"
requires "norm"
requires "telebot >= 2022.02.02"
requires "norm >= 2.4.0"

View file

@ -1,6 +1,6 @@
#
# Copyright © 2020 Maestro Creativescape
# Copyright © 2022 Maestro Creativescape
#
# SPDX-License-Identifier: AGPL-3.0-or-later
#