Skip to content

Commit

Permalink
Merge pull request #52 from sushi-chaaaan/fix/package-info
Browse files Browse the repository at this point in the history
fix: update package info and deps
  • Loading branch information
sushichan044 authored Oct 17, 2023
2 parents 55f6f15 + 801acb8 commit 15844bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ description = "A library provides interactive ui for discord.py"
authors = ["sushi-chaaaan <[email protected]>"]
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"

Expand Down

0 comments on commit 15844bd

Please sign in to comment.