Skip to content

Commit

Permalink
fix: return more than 100 events on a day (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenboyu2 authored Apr 7, 2019
1 parent b56f248 commit 13127d8
Show file tree
Hide file tree
Showing 5 changed files with 369 additions and 162 deletions.
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ expects = "*"
mockito = "*"
coverage = "*"
codecov = "*"
"autopep8" = "*"
pylint = "*"

[requires]
python_version = "3.7"
223 changes: 172 additions & 51 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
install_requires=[
'requests'
],
version='0.5.0',
version='0.5.1',
description='Scrapes data from Yahoo! Finance earnings calendar',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
Loading

0 comments on commit 13127d8

Please sign in to comment.