Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
medihack committed Apr 27, 2024
1 parent b91689c commit 4e0ede5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["medihack <[email protected]>"]
license = "GPL-3.0-or-later"

[tool.poetry.dependencies]
adit-radis-shared = {git = "https://github.com/openradx/adit-radis-shared.git"}
adit-radis-shared = { git = "https://github.com/openradx/adit-radis-shared.git" }
adrf = "^0.1.4"
aiofiles = "^23.1.0"
asyncinotify = "^4.0.1"
Expand All @@ -31,7 +31,7 @@ humanize = "^4.0.0"
Markdown = "^3.3.7"
openpyxl = "^3.1.2"
pandas = "^2.0.1"
python = "^3.11"
python = ">=3.11,<4.0"
redis = "^5.0.3"
toml = "^0.10.2"
Twisted = { extras = ["tls", "http2"], version = "^24.3.0" }
Expand Down

0 comments on commit 4e0ede5

Please sign in to comment.