mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-08-28 12:01:29 +00:00
Add nbconvert to poetry
The environment can't add notebook files in the UI without nbconvert.
This commit is contained in:
parent
087cb0b7b7
commit
3e670d2ad5
@ -67,6 +67,8 @@ pytest-cov = "^3"
|
|||||||
ruff = "^0"
|
ruff = "^0"
|
||||||
pytest-asyncio = "^0.21.1"
|
pytest-asyncio = "^0.21.1"
|
||||||
types-pyyaml = "^6.0.12.12"
|
types-pyyaml = "^6.0.12.12"
|
||||||
|
nbconvert = ^7.16.2
|
||||||
|
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core>=1.0.0"]
|
requires = ["poetry-core>=1.0.0"]
|
||||||
|
Loading…
Reference in New Issue
Block a user