Updates PRAW deps to V4

item-del-count
Scott 8 years ago
parent 79258ded33
commit 718ef15f80

@ -1,6 +1,6 @@
arrow==0.9.0 arrow==0.9.0
decorator==4.0.10 decorator==4.0.10
praw<4 praw>=4.0
PyYAML==3.12 PyYAML==3.12
requests==2.12.1 requests==2.12.1
six==1.10.0 six==1.10.0

@ -4,7 +4,7 @@ from setuptools import setup
from codecs import open from codecs import open
from os import path from os import path
VERSION = "5.0.2" VERSION = "6.0.0"
DESCRIPTION = " Remove your comment history on Reddit as deleting an account does not do so." DESCRIPTION = " Remove your comment history on Reddit as deleting an account does not do so."
here = path.abspath(path.dirname(__file__)) here = path.abspath(path.dirname(__file__))
@ -24,7 +24,7 @@ setup(
"Intended Audience :: End Users/Desktop", "Intended Audience :: End Users/Desktop",
"Programming Language :: Python"], "Programming Language :: Python"],
packages=["shreddit"], packages=["shreddit"],
install_requires=["arrow", "backports-abc", "praw<4", "PyYAML", "requests", "six", "tornado"], install_requires=["arrow", "backports-abc", "praw>=4", "PyYAML", "requests", "six", "tornado"],
package_data={"shreddit": ["shreddit.yml.example"]}, package_data={"shreddit": ["shreddit.yml.example"]},
entry_points={ entry_points={
"console_scripts": [ "console_scripts": [

Loading…
Cancel
Save