Skip to content

Commit

Permalink
Fixed doc build.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Sep 16, 2023
1 parent bdd4793 commit bf0167d
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 149 deletions.
216 changes: 71 additions & 145 deletions poetry.lock

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

10 changes: 6 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,20 @@ include = ["docs", "tests", "examples"]


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

[tool.poetry.group.dev.dependencies]
Sphinx = "^4.3.0"
pytest = "^7.2.0"
codecov = "^2.1.12"
pytest = "^7.2.0"
pytest-codecov = "^0.4.0"
pytest-asyncio = "^0.21.1"
tox = "4.8.0"
Sphinx = "^4.3.0"
sphinx-copybutton = "^0.5.2"
sphinx-rtd-theme = "^1.3.0"
sphinx-sitemap = "^2.5.1"

[tool.poetry_bumpversion.file."pysnmp/__init__.py"]

Expand Down

0 comments on commit bf0167d

Please sign in to comment.