From 801acb809a180d15f9396635acbb7d3116366322 Mon Sep 17 00:00:00 2001 From: sushi-chaaaan Date: Tue, 17 Oct 2023 14:17:37 +0900 Subject: [PATCH] fix: update package info and deps --- README.md | 4 ++-- poetry.lock | 2 +- pyproject.toml | 4 +++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 122024b..0015a54 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ A library provides declarative UI for [discord.py](https://github.com/Rapptz/dis ## Installation -**Python3.10 or higer is required** +**Python3.10 or higher is required** -**discord.py^2.0.0 is required; any compatibility with 1.x.x is not guaranteed** +**discord.py^2.2.0 is required; any compatibility under 2.1.x or 1.x is not guaranteed** Using the latest stable release of discord.py is recommended diff --git a/poetry.lock b/poetry.lock index f388ca9..832a75e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1037,4 +1037,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "1a85cc8c0d97822d33d360a2a8cff12aecb6a87e369f0106c4920ac6192abe11" +content-hash = "1863e3e913a44ba858c9939ce100fba9683e5240c13ea1240e47297e018cfcf2" diff --git a/pyproject.toml b/pyproject.toml index e4e238f..982330a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,11 +5,13 @@ description = "A library provides interactive ui for discord.py" authors = ["sushi-chaaaan "] license = "MIT" readme = "README.md" +homepage = "https://github.com/sushi-chaaaan" +repository = "https://github.com/sushi-chaaaan/ductile-ui" packages = [{ include = "ductile", from = "src" }] [tool.poetry.dependencies] python = "^3.10" -discord-py = "^2.3" +discord-py = "^2.2.0" pydantic = "^2.4.2" typing-extensions = "^4.8.0"