Skip to content

Commit

Permalink
Move requests from dev to main deps
Browse files Browse the repository at this point in the history
  • Loading branch information
norbusan committed Sep 26, 2024
1 parent 2f83e50 commit e2a2467
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tex2pdf_service/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tex2pdf_service/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ preflight_parser = {git = "https://github.com/arXiv/submission-tools.git", subdi
zerozeroreadme = {git = "https://github.com/arXiv/submission-tools.git", subdirectory = "zerozeroreadme", branch = "ARXIVCE-2542-use-new-preflight" }
hypercorn = {extras = ["h2"], version = "^0.16.0"}
pymupdf = "^1.24.10"
requests = "^2.32.0"

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.3"
Expand All @@ -31,7 +32,6 @@ mypy = "*"
mypy-extensions = "*"
tqdm = "^4.66.2"
uvicorn = "^0.29.0"
requests = "^2.32.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit e2a2467

Please sign in to comment.