- commit
- 6af279d1a4acab54873a232313a5ed51f50443f9
- parent
- e1df6e85663395c59bb43538c3548ec00b5fd1bb
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2026-03-15 19:49
add PEP 723 dependency metadata fixes #2
Diffstat
| M | oreilly_downloader.py | 6 | ++++++ |
1 files changed, 6 insertions, 0 deletions
diff --git a/oreilly_downloader.py b/oreilly_downloader.py
@@ -1,3 +1,9 @@ -1 1 # /// script -1 2 # dependencies = [ -1 3 # "aiohttp", -1 4 # ] -1 5 # /// -1 6 1 7 import argparse 2 8 import asyncio 3 9 import zipfile