Skip to content

Commit

Permalink
Merge pull request #1738 from praw-dev/update_prawcore
Browse files Browse the repository at this point in the history
Depend on at least prawcore 2.1
  • Loading branch information
bboe committed Jun 7, 2021
2 parents 10d0ade + df8ec64 commit 70ac87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -61,7 +61,7 @@
),
extras_require=extras,
install_requires=[
"prawcore >=2, <3",
"prawcore >=2.1, <3",
"update_checker >=0.18",
"websocket-client >=0.54.0",
],
Expand Down

0 comments on commit 70ac87e

Please sign in to comment.