Skip to content

Commit

Permalink
Fixes #1: dill is a runtime dependency (so flit should install it)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeshan committed Jan 28, 2020
1 parent c460783 commit ae74103
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ pytest = "<5.4"
boto3 = "*"
jsonpickle = "<2"
pytest-progress = "<1.3"
dill = "<0.4"
pytest-asyncio = "<0.11"
pytest-randomly = "<4"
pytest-cov = "<2.9"
Expand Down
28 changes: 13 additions & 15 deletions Pipfile.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 @@ -10,6 +10,7 @@ home-page = "https://github.com/jeshan/pytest-cleanup"
classifiers = ["License :: OSI Approved :: MIT License"]
description-file = "README.md"
requires = [
"dill <1",
"jsonpickle <2",
"loguru <1",
]
Expand Down

0 comments on commit ae74103

Please sign in to comment.