Initial commit

This commit is contained in:
Dom
2026-03-05 01:20:15 +01:00
commit c0c50e56f0
364 changed files with 62207 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Test backend requirements for vanna-webcomponent comprehensive testing
fastapi>=0.115.0
uvicorn[standard]>=0.32.0
pydantic>=2.0.0
# Note: The vanna package itself will be imported from ../vanna/src
# No need to install it separately for local testing