diff options
author | Kromonos | 2022-12-11 23:08:24 +0100 |
---|---|---|
committer | GitHub | 2022-12-11 15:08:24 -0700 |
commit | a8d1450763bea6f8d5388633b62a92c7d89913b6 (patch) | |
tree | e3455f71e053eedb58723c5b1b91372a4cd87005 | |
parent | b0a8967a03736d437ff1d5ded9feedead6fd4382 (diff) | |
download | takahe-a8d1450763bea6f8d5388633b62a92c7d89913b6.tar.gz takahe-a8d1450763bea6f8d5388633b62a92c7d89913b6.tar.bz2 takahe-a8d1450763bea6f8d5388633b62a92c7d89913b6.zip |
Add module for redis support (#154)
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 4cdbb82..8132acb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,6 +17,7 @@ pyld~=2.0.3 pylibmc~=1.6.3 pymemcache~=4.0.0 python-dotenv~=0.21.0 +redis~=4.4.0 sentry-sdk~=1.11.0 sphinx~=5.3.0 urlman~=2.0.1 |