From efe28b32073836c1478a79363fe76d353c3739a3 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 15 Jul 2019 16:21:45 +0200 Subject: [PATCH] Travis now needs SQLAlchemy to run properly too --- .travis.requirements | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.requirements b/.travis.requirements index dd91815d..5be7245c 100644 --- a/.travis.requirements +++ b/.travis.requirements @@ -6,3 +6,4 @@ redis python-dateutil websockets bcrypt +sqlalchemy