Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dwiel committed Apr 21, 2016
1 parent 654625a commit 946043d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
SETUP_DICT = dict(
name='functioncache',
packages=['functioncache'],
setup_requires=['portalocker'],
test_requires=['portalocker'],
setup_requires=['portalocker', 'decorator'],
test_requires=['portalocker', 'decorator'],
version=VERSION,
author='zdwiel',
author_email='[email protected]',
Expand Down

0 comments on commit 946043d

Please sign in to comment.