Skip to content

Commit 5f6aabc

Browse files
committed
Add Poetry dependencies
1 parent 3e55d28 commit 5f6aabc

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pyproject.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[tool.poetry]
2+
name = "increment-io"
3+
version = "v2023.723.0"
4+
description = "An extremely simple, yet functional counting Discord bot."
5+
authors = ["snipe_blaze <72265661+notsniped@users.noreply.github.com>"]
6+
license = "GPL-3.0"
7+
readme = "README.md"
8+
packages = [{include = "increment_io"}]
9+
10+
[tool.poetry.dependencies]
11+
python = "^3.11"
12+
py-cord = "^2.4.1"
13+
14+
15+
[build-system]
16+
requires = ["poetry-core"]
17+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)