We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89fb7bc commit 991670cCopy full SHA for 991670c
pyproject.toml
@@ -31,7 +31,7 @@ dependencies = [
31
"python-magic",
32
"typing_extensions",
33
"aioresponses>=0.7.6",
34
- "superfluid@git+https://github.com/1yam/superfluid.py.git@1yam-add-base",
+ "superfluid~=0.2.1",
35
"eth_typing==4.3.1",
36
"web3==6.3.0",
37
]
@@ -107,7 +107,7 @@ include = [
107
profile = "black"
108
109
[[tool.hatch.envs.all.matrix]]
110
-python = ["3.8", "3.9", "3.10", "3.11"]
+python = ["3.9", "3.10", "3.11"]
111
112
[tool.hatch.envs.testing]
113
features = [
@@ -171,7 +171,7 @@ all = [
171
172
173
[tool.mypy]
174
-python_version = 3.8
+python_version = 3.9
175
mypy_path = "src"
176
exclude = [
177
"conftest.py"
0 commit comments