Xqt submitted this change.

View Change


Approvals: Xqt: Verified; Looks good to me, approved
[bugfix] Fix fake-useragent dependency

Currently the latest fake-useragent is 1.4.0

Change-Id: I3f417c800966d39f29fc62387c65b18f3e076fec
---
M setup.py
1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 80af2a0..7bbfae2 100755
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,7 @@
'Tkinter': ['Pillow>=8.1.2, != 10.0, != 10.1'],
'mwoauth': ['mwoauth!=0.3.1,>=0.2.4'],
'html': ['beautifulsoup4>=4.7.1'],
- 'http': ['fake-useragent>1.4.0'],
+ 'http': ['fake-useragent>=1.4.0'],
'flake8': [ # Due to incompatibilities between packages the order matters.
'flake8>=5.0.4',
'darglint2',

To view, visit change 995394. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I3f417c800966d39f29fc62387c65b18f3e076fec
Gerrit-Change-Number: 995394
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-MessageType: merged