Skip to content

Commit

Permalink
Merge remote-tracking branch 'yacchin1205/fix/pyproject-error' into f…
Browse files Browse the repository at this point in the history
…eature/lab
  • Loading branch information
yacchin1205 committed Apr 23, 2024
2 parents 29449cf + daf4c98 commit 86f7894
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
14 changes: 9 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling>=1.5.0", "jupyterlab>=4.0.0,<5", "hatch-nodejs-version>=0.3.2", "hatch-requirements-txt"]
requires = ["hatchling>=1.5.0", "jupyterlab>=4.0.0,<5", "hatch-nodejs-version>=0.3.2"]
build-backend = "hatchling.build"

[project]
Expand All @@ -21,7 +21,14 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
dynamic = ["version", "dependencies", "description", "authors", "urls", "keywords"]
dependencies = [
"requests",
"python-dateutil",
"aioboto3",
"mistletoe",
"pytz"
]
dynamic = ["version", "description", "authors", "urls", "keywords"]

[project.scripts]
jupyter-nbsearch = "nbsearch.extensionapp:main"
Expand Down Expand Up @@ -75,6 +82,3 @@ before-build-python = ["jlpm clean:all"]

[tool.check-wheel-contents]
ignore = ["W002"]

[tool.hatch.metadata.hooks.requirements_txt]
files = ["requirements.txt"]
8 changes: 0 additions & 8 deletions requirements.txt

This file was deleted.

0 comments on commit 86f7894

Please sign in to comment.