Skip to content

Commit 418c7fe

Browse files
committed
feat: match authentication to endpoint, clean up notebook accordingly
1 parent a1fe19b commit 418c7fe

3 files changed

Lines changed: 512 additions & 189 deletions

File tree

src/tentris-quickstart/pyproject.toml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ dependencies = [
1111
"numpy",
1212
"pytz",
1313
"pyparsing",
14-
]
15-
16-
[project.optional-dependencies]
17-
dev = [
18-
"ipykernel",
19-
"jupyter-client"
20-
]
14+
"requests",
15+
"python-dotenv",
16+
"ipykernel",
17+
"jupyter-client" ]

0 commit comments

Comments
 (0)