Commit
·
ff76d74
1
Parent(s):
8405423
fix memory overlimit issue 2
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -27,4 +27,5 @@ PyMuPDF==1.24.12
|
|
27 |
nltk==3.6.3
|
28 |
pyspellchecker==0.8.1
|
29 |
language-tool-python==2.7.3
|
30 |
-
werkzeug==2.0.1
|
|
|
|
27 |
nltk==3.6.3
|
28 |
pyspellchecker==0.8.1
|
29 |
language-tool-python==2.7.3
|
30 |
+
werkzeug==2.0.1
|
31 |
+
psutil==5.9.5
|