From a802c8eb0992b39cf862cb4a05302ef2a49dc01f Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 25 Oct 2024 09:10:23 +0900 Subject: [PATCH] Drop branch specs from pyproject.toml files --- tex2pdf_service/pyproject.toml | 6 +++--- zerozeroreadme/pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tex2pdf_service/pyproject.toml b/tex2pdf_service/pyproject.toml index 8014f34..666fd61 100644 --- a/tex2pdf_service/pyproject.toml +++ b/tex2pdf_service/pyproject.toml @@ -17,9 +17,9 @@ ruamel-yaml = "^0.18.5" pillow = "^10.4.0" python-multipart = "^0.0.6" psutil = "^5.9.8" -tex_inspection = {git = "https://github.com/arXiv/submission-tools.git", subdirectory = "tex_inspection", branch = "ARXIVCE-2614-RemoteConverterDriver" } -preflight_parser = {git = "https://github.com/arXiv/submission-tools.git", subdirectory = "preflight_parser", branch = "ARXIVCE-2614-RemoteConverterDriver" } -zerozeroreadme = {git = "https://github.com/arXiv/submission-tools.git", subdirectory = "zerozeroreadme", branch = "ARXIVCE-2614-RemoteConverterDriver" } +tex_inspection = {git = "https://github.com/arXiv/submission-tools.git", subdirectory = "tex_inspection" } +preflight_parser = {git = "https://github.com/arXiv/submission-tools.git", subdirectory = "preflight_parser" } +zerozeroreadme = {git = "https://github.com/arXiv/submission-tools.git", subdirectory = "zerozeroreadme" } hypercorn = {extras = ["h2"], version = "^0.16.0"} pymupdf = "^1.24.10" requests = "^2.32.0" diff --git a/zerozeroreadme/pyproject.toml b/zerozeroreadme/pyproject.toml index e5b0650..6916fa4 100644 --- a/zerozeroreadme/pyproject.toml +++ b/zerozeroreadme/pyproject.toml @@ -9,7 +9,7 @@ python = "^3.11" ruamel-yaml = "^0.18.5" toml = "^0.10.2" tomli_w = "^1.0" -preflight_parser = {git = "https://github.com/arXiv/submission-tools.git", subdirectory = "preflight_parser", branch = "ARXIVCE-2614-RemoteConverterDriver" } +preflight_parser = {git = "https://github.com/arXiv/submission-tools.git", subdirectory = "preflight_parser" } [tool.poetry.group.dev.dependencies] pytest = "^8.3.3"