Skip to content

Commit

Permalink
Merge pull request #36 from defipy-devs/uniswap_v3
Browse files Browse the repository at this point in the history
update setup.py
  • Loading branch information
icmoore authored May 1, 2024
2 parents ec0307c + bfac6e1 commit bade724
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ numpy
Requests==2.31.0
scipy==1.12.0
termcolor==2.4.0
UniswapPy==1.1.4
UniswapPy==1.4.0
bokeh==3.3.4
pytest

Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = f.read()

setup(name='UniswapPy',
version='1.3.0',
version='1.4.0',
description='Uniswap Analytics with Python',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down Expand Up @@ -42,6 +42,7 @@
'uniswappy.utils.tools.v3'
],
install_requires=[
'scipy >= 1.7.3'
'scipy >= 1.7.3',
'termcolor >= 2.4.0'
],
zip_safe=False)

0 comments on commit bade724

Please sign in to comment.