Add dev dependencies (#3)

main
Paul-Edouard Sarlin 2023-10-06 01:44:17 +02:00 committed by GitHub
parent 79da6e2776
commit 5d9d89c0b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"]