diff --git a/setup_ag2.py b/setup_ag2.py index fdcdfd6e90..7107fc0dd6 100644 --- a/setup_ag2.py +++ b/setup_ag2.py @@ -54,6 +54,7 @@ "cohere": ["pyautogen[cohere]==" + __version__], "ollama": ["pyautogen[ollama]==" + __version__], "bedrock": ["pyautogen[bedrock]==" + __version__], + "twilio": ["pyautogen[twilio]==" + __version__], "neo4j": ["pyautogen[neo4j]==" + __version__], }, url="https://github.com/ag2ai/ag2", diff --git a/setup_autogen.py b/setup_autogen.py index ac65e29eec..16f1cfa3f9 100644 --- a/setup_autogen.py +++ b/setup_autogen.py @@ -54,6 +54,7 @@ "cohere": ["pyautogen[cohere]==" + __version__], "ollama": ["pyautogen[ollama]==" + __version__], "bedrock": ["pyautogen[bedrock]==" + __version__], + "twilio": ["pyautogen[twilio]==" + __version__], "neo4j": ["pyautogen[neo4j]==" + __version__], }, url="https://github.com/ag2ai/ag2",