update reqs
This commit is contained in:
parent
f8048d8e7a
commit
18d4ae76d5
|
@ -1,7 +1,7 @@
|
|||
appdirs==1.4.3
|
||||
attrs==19.3.0
|
||||
black==19.10b0
|
||||
Click==7.0
|
||||
Click==7.1.1
|
||||
pathspec==0.7.0
|
||||
regex==2020.2.20
|
||||
toml==0.10.0
|
||||
|
|
|
@ -1 +1 @@
|
|||
mock==4.0.1
|
||||
mock==4.0.2
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
amqp==2.5.2
|
||||
asgiref==3.2.3
|
||||
asgiref==3.2.5
|
||||
billiard==3.6.3.0
|
||||
celery==4.4.0
|
||||
celery==4.4.2
|
||||
certifi==2019.11.28
|
||||
cffi==1.14.0
|
||||
chardet==3.0.4
|
||||
|
@ -14,12 +14,12 @@ django-rest-knox==4.1.0
|
|||
djangorestframework==3.11.0
|
||||
idna==2.9
|
||||
importlib-metadata==1.5.0
|
||||
kombu==4.6.7
|
||||
kombu==4.6.8
|
||||
loguru==0.4.1
|
||||
more-itertools==8.2.0
|
||||
packaging==20.1
|
||||
packaging==20.3
|
||||
psycopg2-binary==2.8.4
|
||||
pycparser==2.19
|
||||
pycparser==2.20
|
||||
pyotp==2.3.0
|
||||
pyparsing==2.4.6
|
||||
pytz==2019.3
|
||||
|
@ -27,9 +27,9 @@ qrcode==6.1
|
|||
redis==3.4.1
|
||||
requests==2.23.0
|
||||
six==1.14.0
|
||||
sqlparse==0.3.0
|
||||
sqlparse==0.3.1
|
||||
urllib3==1.25.8
|
||||
uWSGI==2.0.18
|
||||
validators==0.14.2
|
||||
vine==1.3.0
|
||||
zipp==2.2.1
|
||||
zipp==3.1.0
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -10,16 +10,16 @@
|
|||
"@quasar/extras": "^1.6.0",
|
||||
"axios": "^0.19.2",
|
||||
"core-js": "^3.6.4",
|
||||
"quasar": "^1.9.9",
|
||||
"quasar": "^1.9.10",
|
||||
"vue": "^2.6.11",
|
||||
"vue-router": "^3.1.6",
|
||||
"vuex": "^3.1.2"
|
||||
"vuex": "^3.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/cli-plugin-babel": "^4.1.2",
|
||||
"@vue/cli-service": "^4.1.2",
|
||||
"@vue/cli-plugin-babel": "^4.2.3",
|
||||
"@vue/cli-service": "^4.2.3",
|
||||
"babel-plugin-transform-imports": "2.0.0",
|
||||
"stylus": "^0.54.5",
|
||||
"stylus": "^0.54.7",
|
||||
"stylus-loader": "^3.0.2",
|
||||
"vue-cli-plugin-quasar": "^2.0.0",
|
||||
"vue-template-compiler": "^2.6.11"
|
||||
|
|
Loading…
Reference in New Issue