diff options
author | MichaĆ Klichowicz <emkael@tlen.pl> | 2018-10-13 23:04:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-13 23:04:52 +0200 |
commit | be7afcc6e52e6b8f022c7197e34224d582ceceaa (patch) | |
tree | 8c7a5e9d2fff4df4ef142715bd7b19b4955f216b | |
parent | 8b17b2b021d95f9b6347152e4e95f61005a8c080 (diff) | |
parent | 7cdeff5a97f8ae0f5e7fcbebee1ef14c9ddefa6f (diff) |
Merge pull request #1 from michzimny/patch-1
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 |