Skip to content

Commit 75160d9

Browse files
committed
deps
1 parent 8097240 commit 75160d9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ classifiers = [
1515
"Programming Language :: Python :: 3",
1616
"Programming Language :: Python :: 3 :: Only",
1717
]
18-
dependencies = []
18+
dependencies = ["fastcore","httpx>=0.28.1","python-dotenv","pyjwt","cryptography"]
1919

2020
[project.urls]
2121
Repository = "https://github.com/AnswerDotAI/plash_cli"
@@ -30,5 +30,8 @@ version = {attr = "plash_cli.__version__"}
3030
[tool.setuptools.packages.find]
3131
include = ["plash_cli"]
3232

33+
[project.optional-dependencies]
34+
dev = ["bash_kernel","nbdev"]
35+
3336
[tool.nbdev]
3437
custom_sidebar = false

0 commit comments

Comments
 (0)