Add fake-useragent to dependencies

This commit is contained in:
Maxim 2018-03-28 10:03:56 +00:00 committed by GitHub
parent 00eb2baa62
commit 29e882bd14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ setup(
packages=['python3_anticaptcha'],
install_requires=[
'fake-useragent==0.1.10',
'requests>=2.18',
'aiohttp>=2.3'
],