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