[project] name = "ai-prompt-optimizer" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ "en-core-web-sm", "langchain>=0.3.27", "langchain-openai>=0.3.31", "lemminflect>=0.2.3", "numpy==1.26.4", "openai>=1.101.0", "python-dotenv>=0.21.0", "spacy>=3.7.0", "streamlit>=1.22.0", "thinc>=8.2.4", "tiktoken>=0.4.0", "requests>=2.26.0", "langchain-tavily>=0.2.11", "langgraph>=0.6.6", "mcp[cli]>=1.13.1", "fastmcp>=2.11.3", ] [tool.uv.sources] en-core-web-sm = { url = "https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.0/en_core_web_sm-3.7.0.tar.gz" }