Skip to content

Commit

Permalink
setup.py: specifying version of praw
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
setrofim committed Feb 27, 2017
1 parent 1ee709e commit a6f71d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
#'PyQt4',
'requests',
'flask',
'praw',
'praw==3.4.0',
],
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers=[
Expand Down

0 comments on commit a6f71d9

Please sign in to comment.