aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-praw/relax-version-requirements.patch
blob: 3bfac8917c74a3f1389f60011c0b296d0c329695 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/setup.py b/setup.py.new
index 2cc9975725..1f2e5dffba 100644
--- a/setup.py
+++ b/setup.py.new
@@ -36,10 +36,10 @@ setup(name=PACKAGE_NAME,
       description=('PRAW, an acronym for `Python Reddit API Wrapper`, is a '
                    'python package that allows for simple access to '
                    'reddit\'s API.'),
-      install_requires=['decorator >=4.0.9, <4.1',
-                        'prawcore >=0.3.0, <0.4',
+      install_requires=['decorator >=4.0.9, <4.4',
+                        'prawcore >=0.3.0',
                         'requests >=2.3.0',
-                        'six ==1.10',
+                        'six >=1.10',
                         'update_checker >=0.12'],
       keywords='reddit api wrapper',
       license='Simplified BSD License',