Skip to content

Commit

Permalink
Fix CI #6
Browse files Browse the repository at this point in the history
  • Loading branch information
ubmarco committed Dec 14, 2021
1 parent b8f397c commit 0703427
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,36 +39,36 @@ include = [

[tool.poetry.dependencies]
python = "^3.6"
chardet = "^3"
# chardet = "^3"
click = "^7"
importlib-metadata = { version = "^1.6.0", python = "~3.6 || ~3.7" }
PyYAML = "^5"
"ruamel.yaml" = "^0.16.10"

# optional deps for progress bars
tqdm = { version = "^4.50.0", optional = true }
colorama = { version = "^0.4.4", optional = true }

# dependencies needed by pdfminer.six and pdfplumber which are deliverd as wheels in the deps folder
# the libs were patched and no upstream PR has been raised yet
# see [tool.poetry.dev-dependencies] for the forked libraries
pycryptodome = "^3.9.9"
sortedcontainers = "^2.3.0"
pillow = "^8.1.0"
unicodecsv = "^0.14.1"
wand = "^0.6.5"

# optional deps for docs, needed to make RTD work with pyproject.toml
# see https://github.com/readthedocs/readthedocs.org/issues/4912#issuecomment-664002569
sphinx = { version = "*", optional = true }
sphinx_rtd_theme = { version = "*", optional = true }
sphinxcontrib-needs = { version = "*", optional = true }
sphinxcontrib-plantuml = { version = "*", optional = true }

[tool.poetry.extras]
tqdm = ["tqdm"]
colorama = ["colorama"]
docs = ["sphinx", "sphinx_rtd_theme", "sphinxcontrib-needs", "sphinxcontrib-plantuml"]
# importlib-metadata = { version = "^1.6.0", python = "~3.6 || ~3.7" }
# PyYAML = "^5"
# "ruamel.yaml" = "^0.16.10"
#
# # optional deps for progress bars
# tqdm = { version = "^4.50.0", optional = true }
# colorama = { version = "^0.4.4", optional = true }
#
# # dependencies needed by pdfminer.six and pdfplumber which are deliverd as wheels in the deps folder
# # the libs were patched and no upstream PR has been raised yet
# # see [tool.poetry.dev-dependencies] for the forked libraries
# pycryptodome = "^3.9.9"
# sortedcontainers = "^2.3.0"
# pillow = "^8.1.0"
# unicodecsv = "^0.14.1"
# wand = "^0.6.5"
#
# # optional deps for docs, needed to make RTD work with pyproject.toml
# # see https://github.com/readthedocs/readthedocs.org/issues/4912#issuecomment-664002569
# sphinx = { version = "*", optional = true }
# sphinx_rtd_theme = { version = "*", optional = true }
# sphinxcontrib-needs = { version = "*", optional = true }
# sphinxcontrib-plantuml = { version = "*", optional = true }
#
# [tool.poetry.extras]
# tqdm = ["tqdm"]
# colorama = ["colorama"]
# docs = ["sphinx", "sphinx_rtd_theme", "sphinxcontrib-needs", "sphinxcontrib-plantuml"]

[tool.poetry.dev-dependencies]
# forked libraries;
Expand Down

0 comments on commit 0703427

Please sign in to comment.