diff options
author | emkael <emkael@tlen.pl> | 2016-11-25 18:00:29 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-11-25 18:00:29 +0100 |
commit | 62dca92a29e746d7dabf04ad7bea6931fa0e7ad7 (patch) | |
tree | 72aafb43a0885ba4ac7fd43873e7d045ef2a0edd /requirements-linux.txt | |
parent | 9dfdf363fabc519ffcfddd7cca080d9a20bfea2d (diff) |
Replacing cached_property module from Django to a standalone one
Diffstat (limited to 'requirements-linux.txt')
-rw-r--r-- | requirements-linux.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements-linux.txt b/requirements-linux.txt index 02377be..967d473 100644 --- a/requirements-linux.txt +++ b/requirements-linux.txt @@ -1,3 +1,4 @@ django mysqlclient readline +cached_property |