Skip to content

Commit

Permalink
Applied workaround #10
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Mar 23, 2024
1 parent 838ee11 commit 768188c
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 38 deletions.
144 changes: 107 additions & 37 deletions poetry.lock

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

6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,15 @@ include = ["docs", "tests", "examples"]


[tool.poetry.dependencies]
python = ">=3.7, <3.12"
python = ">=3.7,<4.0"
pyasn1 = ">=0.4.8, !=0.5.0"
pysnmpcrypto = "^0.0.4"
pysmi-lextudio = "^1.0.4"

[tool.poetry.dependencies.pyasyncore]
version = "^1.0.0"
python = ">=3.12"

[tool.poetry.group.dev.dependencies]
codecov = "^2.1.13"
pytest = "^7.2.0"
Expand Down

0 comments on commit 768188c

Please sign in to comment.