Skip to content

Commit

Permalink
Bumps version to 1.0.0 and uses arxiv-base 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bdc34 committed Sep 22, 2023
1 parent bdf6ac3 commit 30ceb00
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
11 changes: 5 additions & 6 deletions poetry.lock

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

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
[tool.poetry]
name = "arxiv-browse"
version = "0.3.2.6"
version = "1.0.0"
description = "arXiv public browse and download app."
authors = []
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"


Flask-SQLAlchemy = "~=2.4"
MarkupSafe = "*"
SQLAlchemy = "~=1.4"
Expand Down Expand Up @@ -39,7 +38,7 @@ types-python-dateutil = "^2.8.19.12"
pg8000 = "^1.30.1"
lxml = "^4.9.2"
xmltodict = "^0.13.0"
arxiv-base = {git = "https://github.com/arXiv/arxiv-base.git", rev = "813808b9"}
arxiv-base = {git = "https://github.com/arXiv/arxiv-base", rev = "1.0.1"}

[tool.poetry.dev-dependencies]
beautifulsoup4 = "*"
Expand Down

0 comments on commit 30ceb00

Please sign in to comment.