Skip to content

Commit 16106e1

Browse files
committed
dep
1 parent fded580 commit 16106e1

File tree

2 files changed

+4
-18
lines changed

2 files changed

+4
-18
lines changed

00_core.ipynb

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -348,9 +348,9 @@
348348
"name": "stdout",
349349
"output_type": "stream",
350350
"text": [
351-
"# Use the Public API\n",
351+
"None\n",
352352
"\n",
353-
"The Railway public API is built with GraphQL and is the same API that powers the Railway dashboard\n"
353+
"\n"
354354
]
355355
}
356356
],
@@ -378,23 +378,9 @@
378378
"#|hide\n",
379379
"import nbdev; nbdev.nbdev_export()"
380380
]
381-
},
382-
{
383-
"cell_type": "code",
384-
"execution_count": null,
385-
"id": "18f545b6",
386-
"metadata": {},
387-
"outputs": [],
388-
"source": []
389381
}
390382
],
391-
"metadata": {
392-
"kernelspec": {
393-
"display_name": "python3",
394-
"language": "python",
395-
"name": "python3"
396-
}
397-
},
383+
"metadata": {},
398384
"nbformat": 4,
399385
"nbformat_minor": 5
400386
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = {text = "Apache-2.0"}
1212
authors = [{name = "Jeremy Howard", email = "[email protected]"}]
1313
keywords = ['nbdev', 'jupyter', 'notebook', 'python', 'playwright']
1414
classifiers = ["Natural Language :: English", "Intended Audience :: Developers", "Development Status :: 3 - Alpha", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only"]
15-
dependencies = ['fastcore', 'playwright', 'playwright-stealth', 'anyio', 'html2text', 'beautifulsoup4', 'httpx']
15+
dependencies = ['fastcore', 'playwright', 'tf-playwright-stealth', 'anyio', 'html2text', 'beautifulsoup4', 'httpx']
1616

1717
[project.urls]
1818
Repository = "https://github.com/AnswerDotAI/playwrightnb"

0 commit comments

Comments
 (0)