Skip to content

Commit

Permalink
Add psutil
Browse files Browse the repository at this point in the history
  • Loading branch information
talsabagport committed Oct 21, 2024
1 parent 0b03bfc commit d3f47d5
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 3 deletions.
34 changes: 32 additions & 2 deletions integrations/jira/poetry.lock

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

3 changes: 2 additions & 1 deletion integrations/jira/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[tool.poetry]
name = "jira"
version = "0.1.89-dev028"
version = "0.1.89-dev029"
description = "Integration to bring information from Jira into Port"
authors = ["Mor Paz <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.11"
port_ocean = {version = "0.12.2-dev11", extras = ["cli"]}
httpx = "^0.27.0"
psutil = "^6.1.0"

[tool.poetry.group.dev.dependencies]
# uncomment this if you want to debug the ocean core together with your integration
Expand Down

0 comments on commit d3f47d5

Please sign in to comment.