Skip to content

Commit

Permalink
refactor!: remove deprecated cli module and update dependencies (#162)
Browse files Browse the repository at this point in the history
Remove the cli module, which has been deprecated since pyprql 0.5.10
(released on PyPI on 2022-12-12) (#93), and update dependencies.

This PR also includes a configuration change for python-semantic-release
(`major_on_zero = false`), making the release after this disruptive
change `0.7.0` instead of `1.0.0`.
  • Loading branch information
eitsupi authored Mar 28, 2023
1 parent f9b48de commit 89e1199
Show file tree
Hide file tree
Showing 12 changed files with 173 additions and 2,295 deletions.
1,555 changes: 167 additions & 1,388 deletions poetry.lock

Large diffs are not rendered by default.

20 changes: 6 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,12 @@ version = "0.6.2"
[tool.poetry.dependencies]
python = "^3.8"

Pygments = "^2.11.2"
SQLAlchemy = "^1.4.32"
click = "^8.0.4"
duckdb-engine = "^0.6.5"
fuzzyfinder = "^2.1.0"
icecream = "^2.1.2"
ipython = "^8.0"
jupysql = "^0.5.1"
jupyter = "^1.0.0"
numpy = "^1.22.3"
pandas = "^1.4"
prompt-toolkit = "^3.0.28"
duckdb-engine = "^0.7"
ipython = "^8"
jupysql = "^0.6"
pandas = "^1"
prql-python = "^0.6"
rich = "^12.0.0"
traitlets = "^5.2.0"
traitlets = "^5"

[tool.poetry.dev-dependencies]
Sphinx = "~4.3"
Expand Down Expand Up @@ -78,6 +69,7 @@ version_toml = [
version_variable = [
"pyprql/__init__.py:__version__",
]
major_on_zero = false

[tool.pytest.ini_options]
addopts = """
Expand Down
1 change: 0 additions & 1 deletion pyprql/assets/cli_bottom_toolbar.txt

This file was deleted.

22 changes: 0 additions & 22 deletions pyprql/assets/cli_usage.txt

This file was deleted.

5 changes: 0 additions & 5 deletions pyprql/assets/examples.txt

This file was deleted.

19 changes: 0 additions & 19 deletions pyprql/assets/prql_mode_help.txt

This file was deleted.

2 changes: 0 additions & 2 deletions pyprql/assets/sql_mode_help.txt

This file was deleted.

185 changes: 0 additions & 185 deletions pyprql/cli/PRQLCompleter.py

This file was deleted.

117 changes: 0 additions & 117 deletions pyprql/cli/PRQLLexer.py

This file was deleted.

Loading

0 comments on commit 89e1199

Please sign in to comment.