From a6f71d9b891da558f326b97b7477976593f0e5c7 Mon Sep 17 00:00:00 2001 From: setrofim Date: Mon, 27 Feb 2017 09:58:01 +0000 Subject: [PATCH] setup.py: specifying version of praw The latest version of praw package (reddit API implementation) has changed the APIs significantly and requires major updates to the code to work; so specifying the older version in the dependencies for now. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 68ba12b..5909c38 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ #'PyQt4', 'requests', 'flask', - 'praw', + 'praw==3.4.0', ], # https://pypi.python.org/pypi?%3Aaction=list_classifiers classifiers=[