Skip to content

Commit 9007b94

Browse files
authored
Merge pull request #10 from leviroth/allow-praw-6
Allow praw versions <7.0
2 parents 47114f0 + 39ffd59 commit 9007b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
'Programming Language :: Python :: 3.5',
3232
'Programming Language :: Python :: Implementation :: CPython'],
3333
description='DESCRIPTION.',
34-
install_requires=['praw >=5.0.0, <6.0'],
34+
install_requires=['praw >=5.0.0, <7.0'],
3535
keywords='praw additions',
3636
license='Simplified BSD License',
3737
long_description=README,

0 commit comments

Comments
 (0)