# Core dependencies
tiktoken>=0.5.0  # For token counting when streams are cancelled
bcrypt>=4.0.0    # For password hashing (optional, only needed if using custom auth)

# Optional dependencies (user should have these installed)
# openai>=1.0.0  # User's responsibility
# pinecone-client>=2.0.0  # User's responsibility











