Skip to content

Commit

Permalink
SEOD-1326. Specify extras dependencies correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
AzisK committed Oct 6, 2023
1 parent 7af287d commit 83da334
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Changelog is organized by the version of this library, commit date and main poin

2023 September

#### [8.0.3] - 2023-09-06
- Specify extras dependencies correctly

#### [8.0.2] - 2023-09-06
- Specify extras names and the library dependencies for them under tool.poetry.extras

Expand Down
11 changes: 10 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fireant"
version = "8.0.2"
version = "8.0.3"
description = ""
authors = ["Ąžuolas Krušna <[email protected]>"]
readme = "README.rst"
Expand All @@ -11,6 +11,15 @@ pandas = "^2.0.0"
pypika = "0.48.2"
toposort = "1.6"

pymysql = {version = "1.0.2", optional = true}
cython = {version = "3.0.0", optional = true}
pymssql = {version = "2.2.8", optional = true}
psycopg2-binary = {version = "2.9.6", optional = true}
snowflake-connector-python = {version = "^3.0.0", optional = true}
vertica-python = {version = "^1.0.0", optional = true}
matplotlib = {version = ">=3.1.0", optional = true}
ipython = {version = ">=7.11", optional = true}

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.0"
coverage = "7.3.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 8.0.2
current_version = 8.0.3
commit = True
tag = True

Expand Down

0 comments on commit 83da334

Please sign in to comment.