Skip to content

Commit

Permalink
adding in the decorator package
Browse files Browse the repository at this point in the history
it is a dependency of `invoke`, which is a dependency of `fabric`. in
the 2.1.0 version `invoke`, the `decorator` package was removed. the
reason is not clear, but the `invoke` package maintainer plans to add it
back in for one of the 3.x versions.

more infor at pyinvoke/invoke#935
  • Loading branch information
dskard committed May 16, 2023
1 parent d26ee20 commit ce99471
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ showfails = "*"
pytest-reportportal = "*"
rsa = "*"
posix-ipc = "*"
decorator = "*"

[pipenv]
allow_prereleases = true
17 changes: 12 additions & 5 deletions Pipfile.lock

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

0 comments on commit ce99471

Please sign in to comment.