From 0ac1329d5a769e438fe8058e1fca4f9e32e37e45 Mon Sep 17 00:00:00 2001 From: Horea Porutiu Date: Wed, 4 Sep 2024 17:45:11 +0200 Subject: [PATCH] remove unnecessary dependencies --- examples/python-webhooks/requirements.txt | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/examples/python-webhooks/requirements.txt b/examples/python-webhooks/requirements.txt index f57a5d35d..f1239ada1 100644 --- a/examples/python-webhooks/requirements.txt +++ b/examples/python-webhooks/requirements.txt @@ -1,16 +1,3 @@ -annotated-types==0.7.0 -blinker==1.8.2 -click==8.1.7 Flask==3.0.3 -itsdangerous==2.2.0 -Jinja2==3.1.4 -MarkupSafe==2.1.5 miro_api==2.2.0 -pydantic==2.8.2 -pydantic_core==2.20.1 -python-dateutil==2.9.0.post0 -python-dotenv==1.0.1 -six==1.16.0 -typing_extensions==4.12.2 -urllib3==1.26.19 -Werkzeug==3.0.3 +python-dotenv==1.0.1 \ No newline at end of file