requirements.txt: add six

This commit is contained in:
Fam Zheng 2025-11-05 08:15:25 +00:00
parent bd3faf8133
commit 64ba37d755
2 changed files with 4 additions and 2 deletions

View File

@ -2,9 +2,10 @@
"permissions": {
"allow": [
"Bash(curl:*)",
"Bash(git restore:*)"
"Bash(git restore:*)",
"Read(//home/fam/src/themblem/api/products/**)"
],
"deny": [],
"ask": []
}
}
}

View File

@ -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