Skip to content

Commit

Permalink
fix: add missing dependencies to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
matfax committed Oct 16, 2019
1 parent 47d79c5 commit dc5e3c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
],
install_requires=[
'path.py',
'filelock',
'cached-property'
],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit dc5e3c0

Please sign in to comment.