diff options
author | MichaĆ Zimniewicz <michzimny@users.noreply.github.com> | 2018-10-13 22:26:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-13 22:26:05 +0200 |
commit | 7cdeff5a97f8ae0f5e7fcbebee1ef14c9ddefa6f (patch) | |
tree | 8c7a5e9d2fff4df4ef142715bd7b19b4955f216b | |
parent | 8b17b2b021d95f9b6347152e4e95f61005a8c080 (diff) |
add missing cached_property to requirements.txt
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 90e18ff..f36d84a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ jinja2==2.8 sqlalchemy==1.1 bs4 +cached_property |