Skip to content

Commit 183086c

Browse files
authored
Merge pull request #22 from PyBotDevs/add-pyproject-toml-config
Add `pyproject.toml` configuration
2 parents 0c7b136 + 2c93cbf commit 183086c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pyproject.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[tool.poetry]
2+
name = "skyblockpy"
3+
version = "v2023.702.0"
4+
description = "A simple Python API wrapper for the Hypixel Skyblock API."
5+
authors = ["snipe <[email protected]>"]
6+
license = "GPL-3.0"
7+
readme = "README.md"
8+
9+
[tool.poetry.dependencies]
10+
python = "^3.11"
11+
requests = "^2.31.0"
12+
13+
14+
[build-system]
15+
requires = ["poetry-core"]
16+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)