Add API for AI Agent

This commit is contained in:
2026-05-15 12:35:23 +02:00
parent 8caba9b85b
commit e4fa941fd6
7 changed files with 236 additions and 1 deletions
+1
View File
@@ -7,6 +7,7 @@ dependencies = [
"celery==5.6.3",
"Django==6.0.5",
"django-compressor==4.6.0",
"django-ninja>=1.6.2",
"django-redis==6.0.0",
# S3 backend requerido por tienda/storage_backends.py cuando S3_ENABLE=True.
"django-storages[s3]==1.14.6",