Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83694c9 commit f0c4cfdCopy full SHA for f0c4cfd
1 file changed
mypy_primer/projects.py
@@ -1282,7 +1282,19 @@ def get_projects() -> list[Project]:
1282
location="https://github.com/MaterializeInc/materialize",
1283
mypy_cmd="MYPYPATH=$MYPYPATH:misc/python {mypy} --explicit-package-bases misc/python",
1284
pyright_cmd="{pyright}",
1285
- install_cmd="{install} -r ci/builder/requirements.txt",
+ deps=[
1286
+ "numpy",
1287
+ "pandas",
1288
+ "pandas-stubs",
1289
+ "types-Markdown",
1290
+ "types-psutil",
1291
+ "types-PyMYSQL",
1292
+ "types-PyYAML",
1293
+ "types-requests",
1294
+ "types-toml",
1295
+ "pyarrow-stubs",
1296
+ "pyarrow",
1297
+ ],
1298
cost={"mypy": 109},
1299
),
1300
Project(
0 commit comments