Merge pull request #10 from maximium/patch-1

Add fake-useragent to dependencies
This commit is contained in:
Andrei 2018-03-28 13:28:44 +03:00 committed by GitHub
commit 56264b6909
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'
],