Skip to content

Commit 38ecd21

Browse files
author
Matias Melograno
committed
pytest-mock
1 parent 2df2505 commit 38ecd21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
'flake8',
99
'pytest~=6.2.3',
1010
'pytest-mock>=3.5.1',
11-
'coverage==6.2',
11+
'coverage',
1212
'pytest-cov',
13+
'tomli==1.2.3',
1314
]
1415

1516
INSTALL_REQUIRES = [

0 commit comments

Comments
 (0)