Skip to content

Commit 991670c

Browse files
authored
Fix: Reload the official superfluid dependency. (#156)
1 parent 89fb7bc commit 991670c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
"python-magic",
3232
"typing_extensions",
3333
"aioresponses>=0.7.6",
34-
"superfluid@git+https://github.com/1yam/superfluid.py.git@1yam-add-base",
34+
"superfluid~=0.2.1",
3535
"eth_typing==4.3.1",
3636
"web3==6.3.0",
3737
]
@@ -107,7 +107,7 @@ include = [
107107
profile = "black"
108108

109109
[[tool.hatch.envs.all.matrix]]
110-
python = ["3.8", "3.9", "3.10", "3.11"]
110+
python = ["3.9", "3.10", "3.11"]
111111

112112
[tool.hatch.envs.testing]
113113
features = [
@@ -171,7 +171,7 @@ all = [
171171
]
172172

173173
[tool.mypy]
174-
python_version = 3.8
174+
python_version = 3.9
175175
mypy_path = "src"
176176
exclude = [
177177
"conftest.py"

0 commit comments

Comments
 (0)