EVAL/pyproject.toml
ChungHwan Han 20165ec0a0
fix: extract non-readable tags on http get tool (#1)
* fix: extract non-readable tags on http get tool

* feat: increase content limit

---------

Co-authored-by: adldotori <adldotori@gmail.com>
2023-03-19 15:17:36 +09:00

41 lines
822 B
TOML

[tool.poetry]
name = "awesomegpt"
version = "0.1.0"
description = ""
authors = ["Taeho Lee <taeho@corca.ai>", "Chung Hwan Han <hanch@corca.ai>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
fastapi = "^0.94.1"
langchain = "^0.0.115"
diffusers = "^0.14.0"
transformers = "^4.27.1"
pydantic = "^1.10.6"
tenacity = "^8.2.2"
llama-index = "^0.4.29"
python-dotenv = "^1.0.0"
torch = "^2.0.0"
pillow = "^9.4.0"
boto3 = "^1.26.94"
uvicorn = "^0.21.1"
accelerate = "^0.17.1"
[tool.poetry.group.tools]
optional = true
[tool.poetry.group.tools.dependencies]
psycopg2-binary = "^2.9.5"
wikipedia = "^1.4.0"
google-search-results = "^2.4.2"
beautifulsoup4 = "^4.11.2"
[tool.poetry.group.dev.dependencies]
black = "^23.1.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"