Skip to content

Commit

Permalink
Change dependencies place
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoOpenCosmos committed Jan 31, 2025
1 parent 255d2f7 commit 5bf2644
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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]
Expand Down

0 comments on commit 5bf2644

Please sign in to comment.