-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (34 loc) · 810 Bytes
/
pyproject.toml
File metadata and controls
37 lines (34 loc) · 810 Bytes
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
[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "gum-ai"
version = "0.1.11"
readme = "README.md"
authors = [{ name = "Omar Shaikh", email = "oshaikh13@gmail.com" }]
license = {text = "MIT"}
dependencies = [
"pillow",
"mss",
"pynput",
"shapely",
"pyobjc-framework-Quartz",
"openai>=1.0.0",
"SQLAlchemy>=2.0.0",
"pydantic>=2.0.0",
"sqlalchemy-utils>=0.41.0",
"python-dotenv>=1.0.0",
"scikit-learn",
"aiosqlite",
"greenlet",
"persist-queue",
"mkdocs>=1.5.0",
"mkdocs-material>=9.0.0",
"mkdocstrings>=0.24.0",
"mkdocstrings-python>=1.7.0"
]
requires-python = ">=3.6"
[project.scripts]
gum = "gum.cli:cli"
[project.urls]
"Homepage" = "https://github.com/GeneralUserModels/gum"