SDLCv2 / requirements.txt
shaikhmohammedmujammil's picture
added PDF format too
d1b238b verified
raw
history blame contribute delete
678 Bytes
# Core Streamlit UI
streamlit
# LangChain Framework & Integrations
# NOTE: LangChain releases often, pin versions for stability
langchain
langchain-core
langchain-openai
langchain-groq
langchain-google-genai
langchain-anthropic
# Web Search Client
tavily-python
# Data Validation
pydantic
# Retry Logic
tenacity
# UML Diagram Generation (Requires Java runtime)
plantuml
# Environment Variable Loading
python-dotenv
# Typing Helpers (Often a dependency, but good to include explicitly)
typing-extensions
# HTTP Clients (Often dependencies of LLM/API clients, pin for stability)
httpx
requests
nest_asyncio
markdown-it-py
weasyprint