Skip to content

Commit

Permalink
add deps
Browse files Browse the repository at this point in the history
  • Loading branch information
InvincibleRMC committed Feb 7, 2024
1 parent 3331faf commit db7ea43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/surface/surface_main/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
glob("launch/*launch.[pxy][yma]*"),
),
],
install_requires=["setuptools", "flake8==4.0.1", "mypy >= 1.7"],
install_requires=["setuptools", "flake8==4.0.1", "mypy >= 1.7", "isort", "black"],
zip_safe=True,
maintainer="Michael Carlstrom",
maintainer_email="[email protected]",
Expand Down

0 comments on commit db7ea43

Please sign in to comment.