forked from Scottcjn/langchain-rustchain
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (28 loc) · 1.11 KB
/
Copy pathpyproject.toml
File metadata and controls
32 lines (28 loc) · 1.11 KB
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
[build-system]
requires = ["setuptools>=64", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "langchain-rustchain-tools"
version = "0.2.0"
description = "Read-only LangChain tools for RustChain — let any agent query the hardware-attested agent economy."
readme = "README.md"
requires-python = ">=3.9"
license = { text = "MIT" }
authors = [{ name = "Elyan Labs", email = "scottbphone12@gmail.com" }]
keywords = ["langchain", "rustchain", "agents", "depin", "blockchain", "proof-of-antiquity", "tools"]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Intended Audience :: Developers",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
dependencies = ["requests>=2.28"]
[project.optional-dependencies]
langchain = ["langchain-core>=0.2"]
test = ["pytest>=7", "langchain-core>=0.2"]
[project.urls]
Homepage = "https://rustchain.org"
Repository = "https://github.com/Scottcjn/langchain-rustchain"
"Bug Tracker" = "https://github.com/Scottcjn/langchain-rustchain/issues"
[tool.setuptools.packages.find]
include = ["rustchain_langchain*"]