Skip to content

Commit

Permalink
Merge pull request #106 from praw-dev/update_asyncprawcore
Browse files Browse the repository at this point in the history
Depend on at least asyncprawcore 2.1
  • Loading branch information
LilSpazJoekp committed Jun 16, 2021
2 parents 01f2805 + 0fa0c44 commit ecfcabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -65,7 +65,7 @@
" python package that allows for simple access to reddit's API."
),
extras_require=extras,
install_requires=["aiofiles", "asyncprawcore >=2, <3", "update_checker >=0.18"],
install_requires=["aiofiles", "asyncprawcore >=2.1, <3", "update_checker >=0.18"],
keywords="reddit api wrapper asyncpraw praw async asynchronous",
license="Simplified BSD License",
long_description=README,
Expand Down

0 comments on commit ecfcabf

Please sign in to comment.