From 78360608b1379ca46c734c6d72667bbd40227529 Mon Sep 17 00:00:00 2001 From: Adrian Petrescu Date: Wed, 8 Feb 2017 11:21:23 -0500 Subject: [PATCH] Update traitlets dependency Fixes #972. Currently, Jupyterhub actually has a hard requirement on the 4.3 traitlets API, otherwise you'll run into the crash described in that issue for any traitlets version older than that. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index febbf042..82528a48 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ alembic -traitlets>=4.1 +traitlets>=4.3 tornado>=4.1 jinja2 pamela