Skip to content

Commit 99d19fc

Browse files
committed
Add memory_profiler to dev dependencies
1 parent aa25f27 commit 99d19fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ Issues = "https://github.com/tsignal/tsignal-python/issues"
3434
dev = [
3535
"pytest>=7.0",
3636
"pytest-cov>=4.0",
37-
"pytest-asyncio>=0.21.0"
37+
"pytest-asyncio>=0.21.0",
38+
"memory_profiler"
3839
]
3940

4041
[tool.setuptools]

0 commit comments

Comments
 (0)