Commit 70885067 authored by Francesco Poldi's avatar Francesco Poldi Committed by GitHub

Fix fake-useragent requirement

parent 8a2bcbe5
......@@ -16,7 +16,8 @@ VERSION = None
# Packages required
REQUIRED = [
'aiohttp', 'aiodns', 'beautifulsoup4', 'cchardet',
'elasticsearch', 'pysocks', 'pandas', 'aiohttp_socks', 'schedule', 'geopy'
'elasticsearch', 'pysocks', 'pandas', 'aiohttp_socks',
'schedule', 'geopy', 'fake-useragent'
]
here = os.path.abspath(os.path.dirname(__file__))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment