Skip to content

Commit

Permalink
Add importlib-metadata and typing_extensions dependencies to try to f…
Browse files Browse the repository at this point in the history
…ix markdown issues on python<3.8
  • Loading branch information
davegaeddert committed Jan 6, 2021
1 parent 07eeabf commit e2b722d
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 40 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Nothing right now.

## [1.0.1] - 2021-01-06

Require importlib-metadata and typing_extensions directly if Python < 3.8.

## [1.0.0] - 2020-12-24

Combine has been in use on production sites for a while now, so we might as well act like it!

[Unreleased]: https://github.com/dropseed/combine/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/dropseed/combine/releases/tag/v1.0.0
[Unreleased]: https://github.com/dropseed/combine/compare/1.0.1...HEAD
[1.0.1]: https://github.com/dropseed/combine/releases/tag/1.0.1
[1.0.0]: https://github.com/dropseed/combine/releases/tag/1.0.0
86 changes: 48 additions & 38 deletions poetry.lock

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

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ beautifulsoup4 = "^4.9.1"
Pygments = "^2.6.1"
markdown = "^3.2.2"
python-frontmatter = "^0.5.0"
importlib-metadata = {version = "^3.3.0", python = "<3.8"}
typing-extensions = {version = "^3.7.4", python = "<3.8"}

[tool.poetry.dev-dependencies]
ipdb = "^0.13.3"
Expand Down

0 comments on commit e2b722d

Please sign in to comment.