requirements.txt: add six
This commit is contained in:
parent
bd3faf8133
commit
64ba37d755
@ -2,7 +2,8 @@
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(curl:*)",
|
||||
"Bash(git restore:*)"
|
||||
"Bash(git restore:*)",
|
||||
"Read(//home/fam/src/themblem/api/products/**)"
|
||||
],
|
||||
"deny": [],
|
||||
"ask": []
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user