# LangDAG Python SDK example dependencies
#
# Install with: pip install -r requirements.txt

# Install the LangDAG SDK from the local source
-e ../../sdks/python

# The SDK has these dependencies (automatically installed):
# - httpx>=0.25.0
