Skip to content

Commit

Permalink
remove k8s from test deps and rearrage groups and deps in groups alph…
Browse files Browse the repository at this point in the history
…abetically/
  • Loading branch information
JaeAeich committed May 23, 2024
1 parent b9d78a8 commit 88a86fe
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

29 changes: 14 additions & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,37 +21,36 @@ filer = 'tesk.services.filer:main'
taskmaster = 'tesk.services.taskmaster:main'

[tool.poetry.dependencies]
python = "^3.11"
boto3 = "1.34.104"
kubernetes = "^29.0.0"
python = "^3.11"
requests = ">=2.20.0"
urllib3 = "^2.2.1"
boto3 = "1.34.104"

[tool.poetry.group.lint.dependencies]
ruff = "^0.4.4"
typos = "^1.21.0"

[tool.poetry.group.types.dependencies]
mypy = "^1.10.0"
types-urllib3 = "^1.26.25.14"
types-botocore = "^1.0.2"
boto3-stubs = "^1.34.108"
types-requests = "^2.31.0.20240406"
kubernetes-stubs = "^22.6.0.post1"

[tool.poetry.group.security.dependencies]
bandit = "^1.7.8"
safety = "^3.2.0"

[tool.poetry.group.test.dependencies]
pytest = "*"
pyfakefs = "*"
pytest-mock = "*"
fs = "*"
moto = "*"
pytest-localftpserver = "*"
kubernetes = "*"
pyfakefs = "*"
pytest = "*"
pytest-cov = "^5.0.0"
pytest-localftpserver = "*"
pytest-mock = "*"

[tool.poetry.group.types.dependencies]
boto3-stubs = "^1.34.108"
kubernetes-stubs = "^22.6.0.post1"
mypy = "^1.10.0"
types-botocore = "^1.0.2"
types-requests = "^2.31.0.20240406"
types-urllib3 = "^1.26.25.14"

[tool.ruff.lint]
select = [
Expand Down

0 comments on commit 88a86fe

Please sign in to comment.