requirements.txt: add six
This commit is contained in:
parent
bd3faf8133
commit
64ba37d755
@ -2,7 +2,8 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"allow": [
|
"allow": [
|
||||||
"Bash(curl:*)",
|
"Bash(curl:*)",
|
||||||
"Bash(git restore:*)"
|
"Bash(git restore:*)",
|
||||||
|
"Read(//home/fam/src/themblem/api/products/**)"
|
||||||
],
|
],
|
||||||
"deny": [],
|
"deny": [],
|
||||||
"ask": []
|
"ask": []
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
Flask>=3.0.3,<4.0.0
|
Flask>=3.0.3,<4.0.0
|
||||||
|
six>=1.16.0
|
||||||
aliyun-python-sdk-core-v3
|
aliyun-python-sdk-core-v3
|
||||||
django-cors-headers
|
django-cors-headers
|
||||||
django-tastypie
|
django-tastypie
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user