Skip to content

Commit

Permalink
pkg: add importlib resources for Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed Jun 23, 2020
1 parent 33f834a commit 2067db7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
24 changes: 12 additions & 12 deletions poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ pytest = {version = "^5.4.3", optional = true}
pytest-astropy = {version = "^0.8.0", optional = true}
mpi4py = {version = "^3.0.3", optional = true}
tox = {version = "^3.15.1", optional = true}
importlib_resources = {version = "^2.0.1", python = "3.6"}

[tool.poetry.extras]
test = ["pytest", "pytest-astropy", "mpi4py", "tox"]
Expand Down

0 comments on commit 2067db7

Please sign in to comment.