Skip to content

Commit

Permalink
Add dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sarlinpe committed Oct 5, 2023
1 parent 55c4fbd commit f5bd406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ urls = {Repository = "https://github.com/cvg/glue-factory"}

[project.optional-dependencies]
extra = [
"jupyter",
"pycolmap",
"poselib @ git+https://github.com/PoseLib/PoseLib.git",
"pytlsd @ git+https://github.com/iago-suarez/pytlsd.git",
"deeplsd @ git+https://github.com/cvg/DeepLSD.git",
"homography_est @ git+https://github.com/rpautrat/homography_est.git",
]
dev = ["black", "flake8", "jupyter"]

[tool.setuptools]
packages = ["gluefactory", "gluefactory_nonfree"]
Expand Down

0 comments on commit f5bd406

Please sign in to comment.