aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-praw/update-requirements.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-praw/update-requirements.patch')
-rw-r--r--community/py3-praw/update-requirements.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/py3-praw/update-requirements.patch b/community/py3-praw/update-requirements.patch
deleted file mode 100644
index 22c050acab8..00000000000
--- a/community/py3-praw/update-requirements.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/setup.py b/setup.py
-index 83504ea..bab87d8 100644
---- a/setup.py
-+++ b/setup.py
-@@ -60,7 +60,7 @@ setup(
- ),
- extras_require=extras,
- install_requires=[
-- "prawcore >=1.5.0, <2.0",
-+ "prawcore >=1.5.0, <2.1",
- "update_checker >=0.18",
- "websocket-client >=0.54.0",
- ],