diff --git a/pyproject.toml b/pyproject.toml index d3942fe..1f4cdb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "aareDB" -version = "0.1.0a1" +version = "0.1.0a2" description = "Backend for next gen sample management system" authors = [{name = "Guillaume Gotthard", email = "guillaume.gotthard@psi.ch"}] license = {text = "MIT"} @@ -25,5 +25,11 @@ dependencies = [ "pydantic[email]", "mysqlclient~=2.1.1", "python-multipart~=0.0.6", - "uvicorn==0.23.1" -] \ No newline at end of file + "uvicorn==0.23.1", + "python-dateutil~=2.8.2" + +] +[tool.pytest.ini_options] +norecursedirs = ["backend/python-client"] +# Or limit files explicitly +python_files = ["test_auth.py"] \ No newline at end of file