mirror of
https://github.com/hencaric/SCNewsBot.git
synced 2026-08-16 22:46:03 +01:00
v1.0.3
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "scnewsbot"
|
||||
version = "1.0.2"
|
||||
version = "1.0.3"
|
||||
description = "A bot for the r/starcitizen Discord server."
|
||||
authors = ["mudkipdev <mudkip@mudkip.dev>"]
|
||||
license = "MIT"
|
||||
@@ -10,13 +10,13 @@ packages = [
|
||||
]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
discord-py = "^2.2.2"
|
||||
jishaku = "^2.5.1"
|
||||
python-dotenv = "^1.0.0"
|
||||
python = "^3.12"
|
||||
discord-py = "^2.3.2"
|
||||
jishaku = "^2.5.2"
|
||||
python-dotenv = "^1.0.1"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
black = "^23.3.0"
|
||||
black = "^24.3.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
|
||||
Reference in New Issue
Block a user