1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00
aports/community/py3-praw/update-requirements.patch

13 lines
328 B
Diff

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",
],