Skip to content

Commit

Permalink
pre
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed Oct 24, 2023
1 parent 0ab04ba commit 5532513
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
authors = [{name = "Tom de Geus", email = "[email protected]"}]
classifiers = ["License :: OSI Approved :: MIT License"]
dependencies = [
"arxiv",
"bibtexparser",
"click",
"docopt",
"GitPython",
"numpy",
"PyYAML",
"requests",
"tqdm",
"arxiv",
"bibtexparser",
"click",
"docopt",
"GitPython",
"numpy",
"PyYAML",
"requests",
"tqdm"
]
description = "Reformat BibTeX files"
dynamic = ["version"]
Expand Down

0 comments on commit 5532513

Please sign in to comment.