Skip to content

Commit

Permalink
improvement: bump spyse-python lib to respect rate limits
Browse files Browse the repository at this point in the history
  • Loading branch information
scanpatch committed Sep 2, 2021
1 parent 6b66acb commit 26af46a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
loguru~=0.5.3
validators~=0.18.2
spyse-python~=2.1.0
spyse-python~=2.2.0
click~=8.0.1
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
lic = f.read()

setup(name='spysecli',
version='0.0.4',
version='0.1.4',
description='CLI for spyse.com',
long_description=readme,
long_description_content_type='text/markdown',
Expand All @@ -20,5 +20,5 @@
entry_points={
'console_scripts': ['spysecli=bin.main:cli'],
},
install_requires=['spyse-python~=2.1.2', 'loguru~=0.5.3', 'validators~=0.18.2', 'click~=8.0.1']
install_requires=['spyse-python~=2.2.2', 'loguru~=0.5.3', 'validators~=0.18.2', 'click~=8.0.1']
)

0 comments on commit 26af46a

Please sign in to comment.