Skip to content

Commit

Permalink
chore: Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
B1ue-Dev committed Aug 31, 2023
1 parent d8eeed5 commit de72431
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Articuno"
version = "v5.2.0"
version = "v5.3.0"
description = "A fun Discord Bot, written with interactions.py."
license = "GPL-3.0-only"
authors = ["B1ue-Dev <b1uedev@duck.com>"]
Expand All @@ -10,15 +10,15 @@ repository = "https://github.com/B1ue-Dev/Articuno"

[tool.poetry.dependencies]
python = ">=3.10,<4.0"
python-dotenv = "1.0.0"
beanie = "1.21.0"
colorlog = "6.7.0"
discord-py-interactions = "5.9.2"
google-api-python-client = "2.97.0"
googletrans-py = "4.0.0"
Pillow = "9.4.0"
Pillow = "9.5.0"
psutil = "5.9.5"
pyfiglet = "0.8.post1"
bardapi = "0.1.32"
beanie = "1.21.0"
python-dotenv = "1.0.0"

[tool.black]
line-length = 79
Expand Down

0 comments on commit de72431

Please sign in to comment.