-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
pyproject.toml
40 lines (35 loc) · 961 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[project]
name = "lodestone"
version = "0.1.11"
description = "🤖 Create Minecraft bots with a powerful, stable, and high level Python API."
authors = [
{ name = "Silke Pilon", email = "silkepilon2009@gmail.com" },
{ name = "HellishBro", email = "hellishbro@outlook.com" },
{ name = "Levy", email = "Levy@example.com" }
]
license = { file = "LICENSE.txt" }
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"javascript",
"click",
"rich",
"fastapi",
"structlog",
"uvicorn",
"tinydb",
"fuzzyfinder",
"requests",
"python-dotenv",
"aiofiles",
"gradio==3.*",
"psutil",
"prompt_toolkit",
]
[project.urls]
Homepage = "https://github.com/SilkePilon/Lodestone"
Repository = "https://github.com/SilkePilon/Lodestone"
Documentation = "https://github.com/SilkePilon/Lodestone/blob/main/README.md"
[build-system]
build-backend = "flit_core.buildapi"
requires = ["flit_core >=3.2,<4"]