Skip to content

Commit

Permalink
Merge pull request #70 from arXiv/update-poetry
Browse files Browse the repository at this point in the history
Drop branch specs from pyproject.toml files
  • Loading branch information
norbusan authored Oct 25, 2024
2 parents 206b88a + a802c8e commit e116db4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tex2pdf_service/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion zerozeroreadme/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e116db4

Please sign in to comment.