Skip to content

Commit

Permalink
update versions in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lamdav committed Jun 2, 2019
1 parent 1c5b1e1 commit a64925e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit a64925e

Please # to comment.