Skip to content

Commit

Permalink
Fix: Reload the official superfluid dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
nesitor committed Aug 26, 2024
1 parent 89fb7bc commit 72a8db0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [
"python-magic",
"typing_extensions",
"aioresponses>=0.7.6",
"superfluid@git+https://github.com/1yam/superfluid.py.git@1yam-add-base",
"superfluid~=0.2.1",
"eth_typing==4.3.1",
"web3==6.3.0",
]
Expand Down Expand Up @@ -107,7 +107,7 @@ include = [
profile = "black"

[[tool.hatch.envs.all.matrix]]
python = ["3.8", "3.9", "3.10", "3.11"]
python = ["3.9", "3.10", "3.11"]

[tool.hatch.envs.testing]
features = [
Expand Down Expand Up @@ -171,7 +171,7 @@ all = [
]

[tool.mypy]
python_version = 3.8
python_version = 3.9
mypy_path = "src"
exclude = [
"conftest.py"
Expand Down

0 comments on commit 72a8db0

Please sign in to comment.