Skip to content

Commit

Permalink
new version and added user agent library
Browse files Browse the repository at this point in the history
  • Loading branch information
mariostoev committed Apr 27, 2020
1 parent 857f143 commit ce97c13
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@
author = 'Mario Stoev',
author_email = '[email protected]',
url = 'https://github.com/mariostoev/finviz',
download_url = 'https://github.com/mariostoev/finviz/archive/1.3.0.tar.gz',
download_url = 'https://github.com/mariostoev/finviz/archive/1.3.2.tar.gz',
keywords = ['finviz', 'api', 'screener', 'finviz api', 'charts', 'scraper'],
install_requires=[
'lxml',
'requests',
'aiohttp',
'urllib3',
'cssselect'
'cssselect',
'user_agent'
],
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit ce97c13

Please sign in to comment.