Skip to content

Commit

Permalink
Merge pull request #61 from mdragaschnig/54_adjust_dependencies
Browse files Browse the repository at this point in the history
Update dependency version settings #54
  • Loading branch information
medvedev1088 authored Apr 23, 2022
2 parents d6c8ef8 + 3a67d64 commit b868c93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ def read(fname):
keywords='bitcoin',
python_requires='>=3.5.0,<4',
install_requires=[
'requests==2.20.0',
'python-dateutil==2.7.0',
'click==7.0'
'requests~=2.20',
'python-dateutil~=2.7',
'click~=7.0'
],
extras_require={
'streaming': [
Expand Down

0 comments on commit b868c93

Please sign in to comment.