Run lock script to update requirements.txt files with webtest dependency
This commit is contained in:
parent
d3ec4e44f2
commit
b0a62702d9
@ -47,7 +47,7 @@ nbconvert==6.0.7; python_version >= "3.6"
|
|||||||
nbformat==5.0.8; python_version >= "3.6"
|
nbformat==5.0.8; python_version >= "3.6"
|
||||||
nest-asyncio==1.4.3; python_version >= "3.6"
|
nest-asyncio==1.4.3; python_version >= "3.6"
|
||||||
nltk==3.5; python_version >= "3.5"
|
nltk==3.5; python_version >= "3.5"
|
||||||
notebook==6.1.5; python_version >= "3.5"
|
notebook==6.1.6; python_version >= "3.5"
|
||||||
orjson==3.4.6; python_version >= "3.8"
|
orjson==3.4.6; python_version >= "3.8"
|
||||||
packaging==20.8; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
packaging==20.8; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||||
pandocfilters==1.4.3; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
|
pandocfilters==1.4.3; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
|
||||||
@ -84,8 +84,10 @@ tornado==6.1; python_version >= "3.6"
|
|||||||
tqdm==4.54.1; python_version >= "3.5" and python_full_version < "3.0.0" or python_version >= "3.5" and python_full_version >= "3.4.0"
|
tqdm==4.54.1; python_version >= "3.5" and python_full_version < "3.0.0" or python_version >= "3.5" and python_full_version >= "3.4.0"
|
||||||
traitlets==5.0.5; python_version >= "3.7"
|
traitlets==5.0.5; python_version >= "3.7"
|
||||||
urllib3==1.26.2; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.8"
|
urllib3==1.26.2; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.8"
|
||||||
|
waitress==1.4.4; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
|
||||||
wcwidth==0.2.5; python_full_version >= "3.6.1" and python_version >= "3.6"
|
wcwidth==0.2.5; python_full_version >= "3.6.1" and python_version >= "3.6"
|
||||||
webencodings==0.5.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
webencodings==0.5.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||||
webob==1.8.6; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
|
webob==1.8.6; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
|
||||||
|
webtest==2.0.35
|
||||||
widgetsnbextension==3.5.1
|
widgetsnbextension==3.5.1
|
||||||
-e src/.
|
-e src/.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user