diff options
| author | Fuwn <[email protected]> | 2025-07-09 06:44:53 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-07-09 06:44:53 -0700 |
| commit | 2da802f18849acec127ec948ccc301250494fe3a (patch) | |
| tree | a2ead9b33a30c78fa0bf4be478948f007e9ebf8d /requirements.lock | |
| parent | docs: Add README (diff) | |
| download | oguri-2da802f18849acec127ec948ccc301250494fe3a.tar.xz oguri-2da802f18849acec127ec948ccc301250494fe3a.zip | |
feat(schedule): Allow specifying timezone using TZ
Diffstat (limited to 'requirements.lock')
| -rw-r--r-- | requirements.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.lock b/requirements.lock index e3e259d..b220435 100644 --- a/requirements.lock +++ b/requirements.lock @@ -64,6 +64,8 @@ pyflakes==3.4.0 # via autoflake pygments==2.19.2 # via rich +pytz==2025.2 + # via oguri rich==14.0.0 # via oguri sniffio==1.3.1 |