-
Notifications
You must be signed in to change notification settings - Fork 498
/
pyproject.toml
38 lines (33 loc) · 1.16 KB
/
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
[build-system]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core"]
[tool.poetry]
name = "lavague"
version = "1.1.19"
description = "automation code generation from text instructions"
authors = ["lavague-ai"]
readme = "README.md"
license = "Apache-2.0"
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Software Development :: Libraries :: Application Frameworks",
"Topic :: Software Development :: Libraries :: Python Modules",
"License :: OSI Approved :: Apache Software License",
]
keywords = ["LAM", "action", "automation", "LLM", "NLP", "RAG", "selenium", "playwright"]
homepage = "https://mithrilsecurity.io"
repository = "https://github.com/lavague-ai/LaVague/"
documentation = "https://docs.lavague.ai/en/latest/"
packages = [{from = "_lavague", include = "lavague"}]
[tool.poetry.dependencies]
python = "^3.10.0"
lavague-core = "^0.2.31"
lavague-drivers-selenium = "^0.2.12"
lavague-contexts-openai = "^0.2.0"
lavague-gradio = "^0.2.8"
[tool.poetry.dev-dependencies]
ruff = "^0.2.2"
[tool.poetry.group.dev.dependencies]
ipykernel = "^6.29.4"