Browse code

force recent version of structlog

Joseph Weston authored on 01/06/2018 14:12:33
Showing 1 changed files
... ...
@@ -26,7 +26,7 @@ if sys.version_info < (3, 6):
26 26
 
27 27
 requirements = [
28 28
     'decorator',
29
-    'structlog',
29
+    'structlog>=18.1',
30 30
     'aiohttp>=3.0',
31 31
     'termcolor',
32 32
 ]