Skip to content

Commit f853839

Browse files
authored
fix: add pympler and psutil
1 parent 7d0433a commit f853839

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

poetry.lock

Lines changed: 38 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ nltk = "3.8.1"
7575
pywinauto = {version = "^0.6.8", markers = "sys_platform == 'win32'"}
7676
moviepy = "1.0.3"
7777
python-levenshtein = "^0.21.1"
78+
pympler = "^1.0.1"
79+
psutil = "^5.9.5"
7880

7981
[tool.poetry.dependencies.en_core_web_trf]
8082
url = "https://github.com/explosion/spacy-models/releases/download/en_core_web_trf-3.5.0/en_core_web_trf-3.5.0.tar.gz"

0 commit comments

Comments
 (0)