[tool.poetry] name = "trip-planner-yt" version = "0.1.0" description = "Simple ai trip planner" authors = ["Akash Puri"] [tool.poetry.dependencies] python = ">=3.10.0,<3.13" crewai = "0.102.0" crewai-tools = "0.36.0" unstructured = '==0.10.25' pyowm = '3.3.0' python-dotenv = "1.0.0" langchain = "0.3.18" langchain-openai = "^0.2.14" streamlit = "^1.42.0" Authlib = ">1.3.2" streamlit-authenticator = "0.4.1" langchain-community = "0.3.8" [tool.pyright] # https://github.com/microsoft/pyright/blob/main/docs/configuration.md useLibraryCodeForTypes = true exclude = [".cache"] [tool.ruff] # https://beta.ruff.rs/docs/configuration/ select = ['E', 'W', 'F', 'I', 'B', 'C4', 'ARG', 'SIM'] ignore = ['W291', 'W292', 'W293'] [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"