From a64925e1328096d8386c9bfafb09d69f4e9b379d Mon Sep 17 00:00:00 2001 From: David Lam Date: Sun, 2 Jun 2019 15:30:20 -0700 Subject: [PATCH] update versions in setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 8d29ff9..11953ce 100644 --- a/setup.py +++ b/setup.py @@ -31,8 +31,8 @@ packages=find_packages(exclude=["contrib", "docs", "tests*"]), install_requires=[ "Click==7.0", - "praw==6.1.0", - "prawcore==1.0.0", + "praw==6.2.0", + "prawcore==1.0.1", "selenium==3.141.0", ], tests_require=["pytest"],