Skip to content

Commit

Permalink
Merge pull request #10 from eshta/add-decorator-dep
Browse files Browse the repository at this point in the history
Add decorator as a dependency
  • Loading branch information
0mars committed Jun 7, 2019
2 parents 5d06122 + 70bfbdb commit 094b33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
author='Omar Shaban',
author_email='o.shaban.000@gmail.com',
packages=find_packages(exclude=['tests', 'tests.*']),
install_requires=['pinject'],
install_requires=['decorator', 'pinject'],
include_package_data=True,
keywords='django pinject dependency-injection di container builder',
classifiers=[
Expand Down

0 comments on commit 094b33d

Please sign in to comment.