diff --git a/.idea/misc.xml b/.idea/misc.xml
index 3c04f0e..90bd2cd 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -38,13 +38,6 @@
-
-
-
diff --git a/setup.py b/setup.py
index 2e097ee..b2367ab 100644
--- a/setup.py
+++ b/setup.py
@@ -15,6 +15,7 @@ setup(
'pytest_runner'
],
tests_require=[
- 'pytest'
+ 'pytest',
+ 'pytest-catchlog'
]
)
\ No newline at end of file