diff --git a/requirements.txt b/requirements.txt index 794a284..0b4c7ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,10 @@ # # pip-compile # +aiofiles==22.1.0 + # via ypy-websocket +aiosqlite==0.19.0 + # via ypy-websocket anyio==3.4.0 # via # httpcore @@ -12,6 +16,8 @@ argon2-cffi==21.1.0 # via # jupyter-server # notebook +arrow==1.3.0 + # via isoduration astropy==4.3.1 # via # astroquery @@ -21,12 +27,14 @@ astroquery==0.4.4 # via poliastro attrs==21.2.0 # via jsonschema -babel==2.9.1 +babel==2.14.0 # via jupyterlab-server backcall==0.2.0 # via ipython beautifulsoup4==4.10.0 - # via astroquery + # via + # astroquery + # nbconvert bleach==4.1.0 # via nbconvert certifi==2021.10.8 @@ -55,10 +63,13 @@ defusedxml==0.7.1 entrypoints==0.3 # via # jupyter-client - # jupyterlab-server # nbconvert +fastjsonschema==2.19.1 + # via nbformat fonttools==4.28.3 # via matplotlib +fqdn==1.5.1 + # via jsonschema h11==0.12.0 # via httpcore html5lib==1.1 @@ -70,10 +81,14 @@ httpx==0.21.1 idna==3.3 # via # anyio + # jsonschema # requests # rfc3986 -importlib-metadata==4.8.2 - # via keyring +importlib-metadata==7.0.1 + # via + # jupyter-ydoc + # jupyterlab-server + # keyring ipykernel==6.6.0 # via notebook ipython==7.30.1 @@ -81,10 +96,9 @@ ipython==7.30.1 # ipykernel # jupyterlab ipython-genutils==0.2.0 - # via - # jupyter-server - # nbformat - # notebook + # via notebook +isoduration==20.11.0 + # via jsonschema jedi==0.18.1 # via ipython jeepney==0.7.1 @@ -102,17 +116,20 @@ jplephem==2.16 # via poliastro json5==0.9.6 # via jupyterlab-server -jsonschema==4.2.1 +jsonpointer==2.4 + # via jsonschema +jsonschema[format-nongpl]==4.17.3 # via + # jupyter-events # jupyterlab-server # nbformat -jupyter-client==7.1.0 +jupyter-client==7.3.1 # via # ipykernel # jupyter-server # nbclient # notebook -jupyter-core==4.9.1 +jupyter-core==4.12.0 # via # jupyter-client # jupyter-server @@ -120,16 +137,27 @@ jupyter-core==4.9.1 # nbconvert # nbformat # notebook -jupyter-server==1.13.0 +jupyter-events==0.5.0 + # via jupyter-server-fileid +jupyter-server==1.24.0 # via + # jupyter-server-fileid # jupyterlab # jupyterlab-server # nbclassic -jupyterlab==3.2.4 +jupyter-server-fileid==0.9.1 + # via jupyter-server-ydoc +jupyter-server-ydoc==0.8.0 + # via jupyterlab +jupyter-ydoc==0.2.5 + # via + # jupyter-server-ydoc + # jupyterlab +jupyterlab==3.6.7 # via -r requirements.in jupyterlab-pygments==0.1.2 # via nbconvert -jupyterlab-server==2.8.2 +jupyterlab-server==2.24.0 # via jupyterlab keyring==23.4.0 # via astroquery @@ -137,8 +165,12 @@ kiwisolver==1.3.2 # via matplotlib llvmlite==0.37.0 # via numba +lxml==5.1.0 + # via nbconvert markupsafe==2.0.1 - # via jinja2 + # via + # jinja2 + # nbconvert matplotlib==3.5.0 # via poliastro matplotlib-inline==0.1.3 @@ -153,11 +185,11 @@ nbclassic==0.3.4 # via jupyterlab nbclient==0.5.9 # via nbconvert -nbconvert==6.3.0 +nbconvert==6.5.4 # via # jupyter-server # notebook -nbformat==5.1.3 +nbformat==5.9.2 # via # jupyter-server # nbclient @@ -170,6 +202,7 @@ nest-asyncio==1.5.4 # notebook notebook==6.4.6 # via + # jupyterlab # nbclassic # rise numba==0.54.1 @@ -191,9 +224,11 @@ orbit-predictor==1.14.2 packaging==21.3 # via # bleach + # jupyter-server # jupyterlab # jupyterlab-server # matplotlib + # nbconvert # setuptools-scm pandas==1.3.4 # via poliastro @@ -240,28 +275,41 @@ pyrsistent==0.18.0 # via jsonschema python-dateutil==2.8.2 # via + # arrow # jupyter-client # matplotlib # pandas +python-json-logger==2.0.7 + # via jupyter-events pytz==2021.3 - # via - # babel - # pandas + # via pandas pyvo==1.1 # via astroquery +pyyaml==6.0.1 + # via jupyter-events pyzmq==22.3.0 # via # jupyter-client # jupyter-server # notebook -requests==2.26.0 +requests==2.31.0 # via # astroquery # jupyterlab-server # orbit-predictor # pyvo +rfc3339-validator==0.1.4 + # via + # jsonschema + # jupyter-events rfc3986[idna2008]==1.5.0 - # via httpx + # via + # httpx + # rfc3986 +rfc3986-validator==0.1.1 + # via + # jsonschema + # jupyter-events rise==5.7.1 # via -r requirements.in scipy==1.7.3 @@ -282,6 +330,7 @@ six==1.16.0 # html5lib # plotly # python-dateutil + # rfc3339-validator sniffio==1.2.0 # via # anyio @@ -295,10 +344,12 @@ terminado==0.12.1 # via # jupyter-server # notebook -testpath==0.5.0 +tinycss2==1.2.1 # via nbconvert tomli==1.2.2 - # via setuptools-scm + # via + # jupyterlab + # setuptools-scm tornado==6.1 # via # ipykernel @@ -313,22 +364,36 @@ traitlets==5.1.1 # ipython # jupyter-client # jupyter-core + # jupyter-events # jupyter-server # matplotlib-inline # nbclient # nbconvert # nbformat # notebook +types-python-dateutil==2.8.19.20240106 + # via arrow +uri-template==1.3.0 + # via jsonschema urllib3==1.26.7 # via requests wcwidth==0.2.5 # via prompt-toolkit +webcolors==1.13 + # via jsonschema webencodings==0.5.1 # via # bleach # html5lib + # tinycss2 websocket-client==1.2.3 # via jupyter-server +y-py==0.6.2 + # via + # jupyter-ydoc + # ypy-websocket +ypy-websocket==0.8.4 + # via jupyter-server-ydoc zipp==3.6.0 # via importlib-metadata