From 64ba37d7553b9deaf0f64a0d9ec44d0346cac8f0 Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Wed, 5 Nov 2025 08:15:25 +0000 Subject: [PATCH] requirements.txt: add six --- .claude/settings.local.json | 5 +++-- requirements.txt | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 304bdfa..f6f7ef1 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -2,9 +2,10 @@ "permissions": { "allow": [ "Bash(curl:*)", - "Bash(git restore:*)" + "Bash(git restore:*)", + "Read(//home/fam/src/themblem/api/products/**)" ], "deny": [], "ask": [] } -} \ No newline at end of file +} diff --git a/requirements.txt b/requirements.txt index 4cdb36b..0f137b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ Flask>=3.0.3,<4.0.0 +six>=1.16.0 aliyun-python-sdk-core-v3 django-cors-headers django-tastypie