Skip to content

Commit

Permalink
update pyproject to support pip install -e .
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Jul 22, 2024
1 parent 874b5ab commit 8d76eee
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
52 changes: 26 additions & 26 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ aiohttp = ">=3.9.2" # https://github.com/zauberzeug/nicegui/security/dependabot/
libsass = { version = "^0.23.0", optional = true }
docutils = "^0.19"
requests = ">=2.32.0" # https://github.com/zauberzeug/nicegui/security/dependabot/33
urllib3 = ">=1.26.18,^1.26 || >=2.2.2" # https://github.com/zauberzeug/nicegui/security/dependabot/34
urllib3 = ">=1.26.18,!=2.0.0,!=2.0.1,!=2.0.2,!=2.0.3,!=2.0.4,!=2.0.5,!=2.0.6,!=2.0.7,!=2.1.0,!=2.2.0,!=2.2.1" # https://github.com/zauberzeug/nicegui/security/dependabot/34
certifi = ">=2024.07.04" # https://github.com/zauberzeug/nicegui/security/dependabot/35

[tool.poetry.extras]
Expand Down

0 comments on commit 8d76eee

Please sign in to comment.