diff --git a/pyproject.toml b/pyproject.toml index 91c0aeaa..5d73b1a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,8 +20,8 @@ classifiers=[ "Programming Language :: Python :: 3.11", ] dependencies = [ - "e2xcore>=0.0.5", - "e2xauthoring>=0.2.0", + "e2xcore>=0.0.2", + "e2xauthoring>=0.2.1", "pandas" ] dynamic = ["version"] @@ -57,9 +57,6 @@ artifacts = [ "e2xgrader/static/" ] -[tool.hatch.build.targets.wheel.shared-data] -"etc/jupyter/jupyter_server_config.d" = "etc/jupyter/jupyter_server_config.d" - [tool.tbump] github_url = "https://github.com/Digiklausur/e2xgrader/"