From bc336f07be952e7b6db3a088a49d23c51968b5b7 Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Mon, 9 Oct 2017 16:18:14 +0530 Subject: - Add dependencies to setup.py file - Modify demo_settings.py and add new production settings variables --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c5dd77a..5bc0a56 100644 --- a/setup.py +++ b/setup.py @@ -19,6 +19,8 @@ install_requires = [ 'pytz==2016.4', 'python-social-auth==0.2.19', 'tornado', + 'psutil', + 'ruamel.yaml==0.15.23' ] setup( -- cgit