Skip to content

Commit

Permalink
chore(deps): update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
darwintree committed Oct 22, 2024
1 parent 80d55de commit eb03bee
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
extras_require = {
'tester': [
"docker>=7.1.0,<8",
"pytest>=6.2.5,<7",
"pytest>=8,<9",
"typing_extensions",
"pytest-cov",
"ipfshttpclient==0.8.0a2",
Expand Down Expand Up @@ -97,11 +97,9 @@
url='https://github.com/conflux-chain/python-conflux-sdk',
install_requires=[
"web3==6.20.3",
"cfx-address>=1.0.0",
"cfx-account>=1.1.0b2",
"cfx-utils>=1.0.4",
# "cached_property==1.5.2", # required by cfx-account
"eth-account<0.11.0"
"cfx-address>=1.2.0",
"cfx-account>=1.1.0b3",
"cfx-utils>=1.0.5",
], # add any additional packages that
# needs to be installed along with your package. Eg: 'caer'
extras_require=extras_require,
Expand Down

0 comments on commit eb03bee

Please sign in to comment.