Skip to content

Commit

Permalink
[bugfix] Fix fake-useragent dependency
Browse files Browse the repository at this point in the history
Currently the latest fake-useragent is 1.4.0

Change-Id: I3f417c800966d39f29fc62387c65b18f3e076fec
  • Loading branch information
xqt committed Feb 3, 2024
1 parent 54ae1b1 commit c2c1c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit c2c1c8b

Please sign in to comment.