From d022428a695ba5c499fcd0c8a9681962c006b8e8 Mon Sep 17 00:00:00 2001 From: drebs Date: Fri, 24 May 2013 12:59:21 -0300 Subject: Add action validation in server. * Use routes for validating user actions when interacting with server. * Also add tests for action validation. * Add changes file. * Closes #2356. --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index afebf609..305ed7e0 100644 --- a/setup.py +++ b/setup.py @@ -36,6 +36,7 @@ install_requirements = [ 'six==1.1', 'pysqlite', 'scrypt', + 'routes', ] -- cgit v1.2.3