Skip to content

Commit

Permalink
Officially support tablib 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seandstewart committed Jul 27, 2020
1 parent 8519183 commit 8c17b4a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "iambic"
packages = [{include = "iambic"}, {include = "docs"}]
version = "2.0.0"
version = "2.0.1"
description = "Data extraction and rendering library for Shakespearean text."
authors = ["Sean Stewart <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -35,7 +35,7 @@ python = "^3.7"
typical = "^2.0.27"
yattag = "^1.13"
html2text = "^2020.1.16"
tablib = "^1.1.0"
tablib = "^2.0"
ujson = "^2.0"

[tool.poetry.dev-dependencies]
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,9 @@ regex==2020.7.14 \
six==1.15.0 \
--hash=sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced \
--hash=sha256:30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259
tablib==1.1.0 \
--hash=sha256:80f6c3453431cedf1125f23d16b3d96b92b426495714ebf0b4dede1fa75b447d \
--hash=sha256:4d1909aa3ff1c85ba97ad16176c0aeec33c8e894dc7ea6f10f2dd44701e99ba7
tablib==2.0.0 \
--hash=sha256:c5a77c96ad306d5b380def1309d521ad5e98b4f83726f84857ad87e142d13279 \
--hash=sha256:8cc2fa10bc37219ac5e76850eb7fbd50de313c7a1a7895c44af2a8dd206b7be7
toml==0.10.1 \
--hash=sha256:bda89d5935c2eac546d648028b9901107a595863cb36bae0c73ac804a9b4ce88 \
--hash=sha256:926b612be1e5ce0634a2ca03470f95169cf16f939018233a670519cb4ac58b0f
Expand Down

0 comments on commit 8c17b4a

Please sign in to comment.