From dc5e3c06d851d016abe25fd56adc90a25bd10512 Mon Sep 17 00:00:00 2001 From: matfax Date: Wed, 16 Oct 2019 21:28:45 +0200 Subject: [PATCH] fix: add missing dependencies to setup.py --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 8bdde41..a0549e8 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,8 @@ ], install_requires=[ 'path.py', + 'filelock', + 'cached-property' ], classifiers=[ 'Development Status :: 4 - Beta',