Dont allow older versions for norm and telebot
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
acb3d241dc
commit
9c9a7f71f3
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
#
|
||||
# Copyright © 2020 Maestro Creativescape
|
||||
# Copyright © 2022 Maestro Creativescape
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue