Skip to content

Commit

Permalink
Add dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
tmetzl committed May 19, 2023
1 parent 0ce2f86 commit e11b543
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 51 deletions.
102 changes: 51 additions & 51 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ classifiers=[
"Programming Language :: Python :: 3.9",
]
dependencies = [
"e2xgrader_base_app",
"nbgrader==0.7.*",
"nbconvert>=6.5",
"notebook>=6,<7",
Expand All @@ -39,6 +40,7 @@ Source = "https://github.com/Digiklausur/e2xgrader"
[project.optional-dependencies]
dev = [
"pre-commit",
"pytest-cov",
"hatchling",
"tbump"
]
Expand Down

0 comments on commit e11b543

Please sign in to comment.