diff --git a/pyproject.toml b/pyproject.toml index 9c9ac9a..ffec9ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,11 +15,7 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = [ - "python-common==0.13.1" # Specify the version you need -] - -[project.optional-dependencies] -test = [ + "python-common==0.13.1", "black==22.3.0", "flake8==4.0.1", "pytest==7.2.0", @@ -29,7 +25,7 @@ test = [ "flake8-cognitive-complexity==0.1.0", "requests==2.31.0", "oauthlib==3.2.0", - "requests-oauthlib==1.3.1", + "requests-oauthlib==1.3.1" ] [tool.bandit]