Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removes ploomber-extension #1028

Merged
merged 6 commits into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 0.10.13dev

* [Feature] `ploomber-extension` is no longer a dependency

## 0.10.12 (2024-07-12)

* [Feature] Remove sqlalchemy upper bound ([#1020](https://github.com/ploomber/jupysql/pull/1020))
Expand Down
1 change: 0 additions & 1 deletion doc/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ parts:

- caption: JupyterLab integration
chapters:
- file: jupyterlab/sharing
- file: jupyterlab/syntax-highlighting
- file: jupyterlab/format-sql
- file: jupyterlab/autocompletion
Expand Down
34 changes: 0 additions & 34 deletions doc/jupyterlab/sharing.md

This file was deleted.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ ignore_substrings = [
"http://localhost",
"https://localhost",
"platform.ploomber.io",
"https://ourworldindata.org",
]

[tool.nbqa.addopts]
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
# we removed the share notebook button in this version
"jupysql-plugin>=0.4.2",
"ploomber-core>=0.2.7",
"ploomber-extension",
]

DEV = [
Expand All @@ -42,7 +41,7 @@
"pkgmt",
"twine",
# tests
"duckdb",
"duckdb<1.1.0",
"duckdb-engine",
"pyodbc",
# sql.plot module tests
Expand Down
Loading