tisonkun commented on code in PR #59: URL: https://github.com/apache/steve/pull/59#discussion_r2488486212
########## v3/pyproject.toml: ########## @@ -34,8 +34,8 @@ asfquart = ">=0.1.12" #faker = "^37.8.0" [tool.poetry.extras] -server = ["asfquart"] # Core dependencies for apache-steve[server] -test = ["coverage", "pylint"] # Core dependencies for apache-steve[test] +server = ["asfquart"] # Core dependencies for apache-steve[server] +test = ["coverage", "pylint"] # Core dependencies for apache-steve[test] Review Comment: ```suggestion server = ["asfquart"] # Core dependencies for apache-steve[server] test = ["coverage", "pylint"] # Core dependencies for apache-steve[test] ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
