We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed54177 commit 3cbc6b9Copy full SHA for 3cbc6b9
requirements.txt
@@ -21,6 +21,7 @@ smart_open==7.0.4
21
PyMuPDF==1.26.3
22
defusedxml==0.7.1
23
zipstream-ng==1.8.0
24
+cachetools==6.2.4
25
26
# Django Apps
27
django-allauth==0.63.6
setup.cfg
@@ -47,6 +47,7 @@ install_requires =
47
smart_open==7.0.4
48
49
50
+ cachetools==6.2.4
51
52
53
0 commit comments