diff options
| author | Adam Janovsky | 2022-04-18 13:09:02 +0200 |
|---|---|---|
| committer | Adam Janovsky | 2022-04-18 13:09:02 +0200 |
| commit | 603aadbe20a9b4b57ce24cda5911400d029f2b21 (patch) | |
| tree | 7a5ec16c8f0c1bd25a7c8b25d80bce9f8d87b328 | |
| parent | 5de9fdbdb920bc6f5878ffd8861dafc1b1d35e06 (diff) | |
| download | sec-certs-603aadbe20a9b4b57ce24cda5911400d029f2b21.tar.gz sec-certs-603aadbe20a9b4b57ce24cda5911400d029f2b21.tar.zst sec-certs-603aadbe20a9b4b57ce24cda5911400d029f2b21.zip | |
add ipywidget into requirements for notebook tqdm
| -rw-r--r-- | requirements/requirements.in | 3 | ||||
| -rw-r--r-- | requirements/requirements.txt | 56 |
2 files changed, 42 insertions, 17 deletions
diff --git a/requirements/requirements.in b/requirements/requirements.in index c4f587ee..4c2fd68c 100644 --- a/requirements/requirements.in +++ b/requirements/requirements.in @@ -19,4 +19,5 @@ requests scikit-learn tabula-py tqdm -ipykernel
\ No newline at end of file +ipykernel +ipywidgets
\ No newline at end of file diff --git a/requirements/requirements.txt b/requirements/requirements.txt index c23ca813..9c5507a1 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,72 +1,96 @@ appnope==0.1.3 # via ipykernel, ipython +argon2-cffi==21.3.0 # via notebook +argon2-cffi-bindings==21.2.0 # via argon2-cffi asttokens==2.0.5 # via stack-data attrs==21.4.0 # via jsonschema backcall==0.2.0 # via ipython -beautifulsoup4==4.10.0 # via -r requirements.in +beautifulsoup4==4.10.0 # via -r requirements.in, nbconvert billiard==3.6.4.0 # via -r requirements.in +bleach==5.0.0 # via nbconvert certifi==2021.10.8 # via requests +cffi==1.15.0 # via argon2-cffi-bindings charset-normalizer==2.0.12 # via requests click==8.1.2 # via -r requirements.in cycler==0.11.0 # via matplotlib debugpy==1.6.0 # via ipykernel decorator==5.1.1 # via ipython +defusedxml==0.7.1 # via nbconvert distro==1.7.0 # via tabula-py -entrypoints==0.4 # via jupyter-client +entrypoints==0.4 # via jupyter-client, nbconvert executing==0.8.3 # via stack-data +fastjsonschema==2.15.3 # via nbformat fonttools==4.31.2 # via matplotlib graphviz==0.19.1 # via -r requirements.in html5lib==1.1 # via -r requirements.in idna==3.3 # via requests importlib-resources==5.6.0 # via jsonschema -ipykernel==6.12.1 # via -r requirements.in -ipython==8.2.0 # via ipykernel +ipykernel==6.12.1 # via -r requirements.in, ipywidgets, notebook +ipython==8.2.0 # via ipykernel, ipywidgets +ipython-genutils==0.2.0 # via ipywidgets, notebook +ipywidgets==7.7.0 # via -r requirements.in jarowinkler==1.0.2 # via rapidfuzz jedi==0.18.1 # via ipython +jinja2==3.1.1 # via nbconvert, notebook joblib==1.1.0 # via scikit-learn -jsonschema==4.4.0 # via -r requirements.in -jupyter-client==7.2.1 # via ipykernel -jupyter-core==4.9.2 # via jupyter-client +jsonschema==4.4.0 # via -r requirements.in, nbformat +jupyter-client==7.2.1 # via ipykernel, nbclient, notebook +jupyter-core==4.9.2 # via jupyter-client, nbconvert, nbformat, notebook +jupyterlab-pygments==0.2.2 # via nbconvert +jupyterlab-widgets==1.1.0 # via ipywidgets kiwisolver==1.4.2 # via matplotlib lxml==4.8.0 # via -r requirements.in, pikepdf +markupsafe==2.1.1 # via jinja2, nbconvert matplotlib==3.5.1 # via -r requirements.in matplotlib-inline==0.1.3 # via ipykernel, ipython -nest-asyncio==1.5.5 # via ipykernel, jupyter-client +mistune==0.8.4 # via nbconvert +nbclient==0.6.0 # via nbconvert +nbconvert==6.5.0 # via notebook +nbformat==5.3.0 # via ipywidgets, nbclient, nbconvert, notebook +nest-asyncio==1.5.5 # via ipykernel, jupyter-client, nbclient, notebook +notebook==6.4.10 # via widgetsnbextension numpy==1.22.3 # via -r requirements.in, matplotlib, pandas, scikit-learn, scipy, tabula-py -packaging==21.3 # via ipykernel, matplotlib, pikepdf +packaging==21.3 # via ipykernel, matplotlib, nbconvert, pikepdf pandas==1.4.2 # via -r requirements.in, tabula-py +pandocfilters==1.5.0 # via nbconvert parso==0.8.3 # via jedi pdftotext==2.2.2 # via -r requirements.in pexpect==4.8.0 # via ipython pickleshare==0.7.5 # via ipython pikepdf==5.1.1 # via -r requirements.in pillow==9.1.0 # via -r requirements.in, matplotlib, pikepdf +prometheus-client==0.14.1 # via notebook prompt-toolkit==3.0.29 # via ipython psutil==5.9.0 # via ipykernel -ptyprocess==0.7.0 # via pexpect +ptyprocess==0.7.0 # via pexpect, terminado pure-eval==0.2.2 # via stack-data -pygments==2.11.2 # via ipython +pycparser==2.21 # via cffi +pygments==2.11.2 # via ipython, nbconvert pyparsing==3.0.7 # via matplotlib, packaging pypdf2==1.26.0 # via -r requirements.in pyrsistent==0.18.1 # via jsonschema python-dateutil==2.8.2 # via -r requirements.in, jupyter-client, matplotlib, pandas pytz==2022.1 # via pandas pyyaml==6.0 # via -r requirements.in -pyzmq==22.3.0 # via jupyter-client +pyzmq==22.3.0 # via jupyter-client, notebook rapidfuzz==2.0.7 # via -r requirements.in requests==2.27.1 # via -r requirements.in scikit-learn==1.0.2 # via -r requirements.in scipy==1.8.0 # via scikit-learn -six==1.16.0 # via html5lib, python-dateutil +send2trash==1.8.0 # via notebook +six==1.16.0 # via asttokens, bleach, html5lib, python-dateutil soupsieve==2.3.1 # via beautifulsoup4 stack-data==0.2.0 # via ipython tabula-py==2.3.0 # via -r requirements.in +terminado==0.13.3 # via notebook threadpoolctl==3.1.0 # via scikit-learn -tornado==6.1 # via ipykernel, jupyter-client +tinycss2==1.1.1 # via nbconvert +tornado==6.1 # via ipykernel, jupyter-client, notebook, terminado tqdm==4.64.0 # via -r requirements.in -traitlets==5.1.1 # via ipykernel, ipython, jupyter-client, jupyter-core, matplotlib-inline +traitlets==5.1.1 # via ipykernel, ipython, ipywidgets, jupyter-client, jupyter-core, matplotlib-inline, nbclient, nbconvert, nbformat, notebook urllib3==1.26.9 # via requests wcwidth==0.2.5 # via prompt-toolkit -webencodings==0.5.1 # via html5lib +webencodings==0.5.1 # via bleach, html5lib, tinycss2 +widgetsnbextension==3.6.0 # via ipywidgets zipp==3.8.0 # via importlib-resources # The following packages are considered to be unsafe in a requirements file: |
