Skip to content

Commit

Permalink
deps fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Rybakov committed Aug 18, 2023
1 parent 96d2521 commit 86a3fc5
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 50 deletions.
111 changes: 62 additions & 49 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 @@ -40,6 +40,10 @@ vcs = "git"
style = "semver"
metadata = false

[[tool.poetry.source]]
name = "PyPI"
priority = "primary"

[[tool.poetry.source]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
Expand Down Expand Up @@ -73,7 +77,7 @@ pytest-httpx = "^0.23.1"
flake8-pyproject = "^1.2.3"
pytest-random-order = "1.1.0"
#deker = "1.1.0"
deker = {version = "1.1.0b-3", source = 'testpypi'}
deker = {version = "1.1.0b-5", source = 'testpypi'}

[tool.poetry.group.docs.dependencies]
docutils = "0.17"
Expand Down

0 comments on commit 86a3fc5

Please sign in to comment.