diff --git a/pyprojects/secretnote/pyproject.toml b/pyprojects/secretnote/pyproject.toml index 31e110a..ff5e35a 100644 --- a/pyprojects/secretnote/pyproject.toml +++ b/pyprojects/secretnote/pyproject.toml @@ -11,7 +11,6 @@ dependencies = [ "astunparse>=1.6.3", "importlib-resources>=5.12", "ipykernel>=6.24.0", - "ipython-sql~=0.5", "ipywidgets>=8.1.1", "jupyter-resource-usage~=1.0", "jupyter-server~=2.7", @@ -23,7 +22,6 @@ dependencies = [ "orjson>=3.9.9", "packaging>=23.1", "pydantic>=1.10, <2", - "pymysql~=1.1", "ray[default]~=2.6.3", # FIXME: ideally from upstream "rich>=13.7.0", "stack_data>=0.6.3", diff --git a/requirements-dev.lock b/requirements-dev.lock index 5a9d247..3d38e62 100644 --- a/requirements-dev.lock +++ b/requirements-dev.lock @@ -12,6 +12,7 @@ aiohttp==3.9.1 aiohttp-cors==0.7.0 aiosignal==1.3.1 +alembic==1.12.1 anyio==4.1.0 appnope==0.1.3 argcomplete==3.1.6 @@ -26,6 +27,7 @@ attrs==23.1.0 babel==2.13.1 backcall==0.2.0 backoff==2.2.1 +banal==1.0.6 beautifulsoup4==4.12.2 black==23.11.0 bleach==6.1.0 @@ -43,6 +45,7 @@ contourpy==1.1.1 coverage==7.3.2 cycler==0.12.1 datamodel-code-generator==0.25.1 +dataset==1.6.2 debugpy==1.8.0 decorator==5.1.1 defusedxml==0.7.1 @@ -68,6 +71,7 @@ google-api-core==2.14.0 google-auth==2.23.4 googleapis-common-protos==1.61.0 gpustat==1.1.1 +greenlet==3.0.1 grpcio==1.56.2 h11==0.14.0 hatch==1.7.0 @@ -83,8 +87,6 @@ inflect==5.6.2 iniconfig==2.0.0 ipykernel==6.26.0 ipython==8.12.3 -ipython-genutils==0.2.0 -ipython-sql==0.5.0 ipywidgets==8.1.1 isoduration==20.11.0 isort==5.12.0 @@ -116,6 +118,7 @@ lightning-utilities==0.10.0 llvmlite==0.40.1 logging-tree==1.9 loguru==0.7.2 +mako==1.3.0 markdown-it-py==3.0.0 markupsafe==2.1.3 matplotlib==3.7.4 @@ -162,7 +165,6 @@ pillow==10.1.0 pkgutil-resolve-name==1.3.10 platformdirs==3.11.0 pluggy==1.3.0 -prettytable==3.9.0 prometheus-client==0.19.0 prompt-toolkit==3.0.41 protobuf==3.19.6 @@ -176,7 +178,6 @@ pyasn1-modules==0.3.0 pycparser==2.21 pydantic==1.10.13 pygments==2.17.2 -pymysql==1.1.0 pyparsing==3.1.1 pyperclip==1.8.2 pytest==7.4.3 @@ -211,7 +212,7 @@ snakeviz==2.2.0 sniffio==1.3.0 soupsieve==2.5 spu==0.6.0b0 -sqlparse==0.4.4 +sqlalchemy==1.4.50 stack-data==0.6.3 starlette==0.27.0 statsmodels==0.14.0 @@ -250,11 +251,6 @@ widgetsnbextension==4.0.9 wrapt==1.16.0 yarl==1.9.3 zipp==3.17.0 -dataset==1.6.2 -alembic==1.12.1 -sqlalchemy==1.4.50 -banal==1.0.6 -mako==1.3.0 # The following packages are considered to be unsafe in a requirements file: pip==23.3.1 setuptools==69.0.2 diff --git a/requirements.lock b/requirements.lock index 9d17202..692180c 100644 --- a/requirements.lock +++ b/requirements.lock @@ -12,6 +12,7 @@ aiohttp==3.9.1 aiohttp-cors==0.7.0 aiosignal==1.3.1 +alembic==1.12.1 anyio==4.1.0 appnope==0.1.3 argon2-cffi==23.1.0 @@ -22,6 +23,7 @@ astunparse==1.6.3 async-timeout==4.0.3 attrs==23.1.0 backcall==0.2.0 +banal==1.0.6 beautifulsoup4==4.12.2 bleach==6.1.0 blessed==1.20.0 @@ -32,6 +34,7 @@ charset-normalizer==3.3.2 click==8.1.7 colorful==0.5.5 comm==0.2.0 +dataset==1.6.2 debugpy==1.8.0 decorator==5.1.1 defusedxml==0.7.1 @@ -47,14 +50,13 @@ google-api-core==2.14.0 google-auth==2.23.4 googleapis-common-protos==1.61.0 gpustat==1.1.1 +greenlet==3.0.1 grpcio==1.59.3 idna==3.6 importlib-metadata==6.8.0 importlib-resources==6.1.1 ipykernel==6.26.0 ipython==8.12.3 -ipython-genutils==0.2.0 -ipython-sql==0.5.0 ipywidgets==8.1.1 isoduration==20.11.0 jedi==0.19.1 @@ -71,6 +73,7 @@ jupyter-server-terminals==0.4.4 jupyterlab-pygments==0.3.0 jupyterlab-widgets==3.0.9 loguru==0.7.2 +mako==1.3.0 markdown-it-py==3.0.0 markupsafe==2.1.3 matplotlib-inline==0.1.6 @@ -100,7 +103,6 @@ pexpect==4.9.0 pickleshare==0.7.5 pkgutil-resolve-name==1.3.10 platformdirs==3.11.0 -prettytable==3.9.0 prometheus-client==0.19.0 prompt-toolkit==3.0.41 protobuf==4.25.1 @@ -113,7 +115,6 @@ pyasn1-modules==0.3.0 pycparser==2.21 pydantic==1.10.13 pygments==2.17.2 -pymysql==1.1.0 python-dateutil==2.8.2 python-json-logger==2.0.7 pyyaml==6.0.1 @@ -131,7 +132,7 @@ six==1.16.0 smart-open==6.4.0 sniffio==1.3.0 soupsieve==2.5 -sqlparse==0.4.4 +sqlalchemy==1.4.50 stack-data==0.6.3 terminado==0.18.0 tinycss2==1.2.1 @@ -152,8 +153,3 @@ widgetsnbextension==4.0.9 wrapt==1.16.0 yarl==1.9.3 zipp==3.17.0 -dataset==1.6.2 -alembic==1.12.1 -sqlalchemy==1.4.50 -banal==1.0.6 -mako==1.3.0