We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pyproject.toml
1 parent 0c7b136 commit 2c93cbfCopy full SHA for 2c93cbf
pyproject.toml
@@ -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