jenkins-bot merged this change.
[tests] Add fake-useragent and browseragents to extras
- This will enable some always skipped tests on Travis
Change-Id: I7c84eedc52cc9888f0b20959c7b28f9cbcd17dbf
---
M setup.py
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/setup.py b/setup.py
index e218e90..bb55c02 100644
--- a/setup.py
+++ b/setup.py
@@ -57,6 +57,7 @@
'security': ['requests[security]', 'pycparser!=2.14'],
'mwoauth': ['mwoauth>=0.2.4,!=0.3.1'],
'html': ['BeautifulSoup4'],
+ 'http': ['browseragents', 'fake_useragent'],
'flake8': [ # Due to incompatibilities between packages the order matters.
'flake8>=3.7.5',
pydocstyle,
To view, visit change 509369. To unsubscribe, or for help writing mail filters, visit settings.