diff options
| author | Fuwn <[email protected]> | 2022-07-16 23:24:43 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-07-16 23:24:43 -0700 |
| commit | 10596fb69c3eb93142df6e722b05084f6264592c (patch) | |
| tree | 369aa82a0b0aef8cb91ea92aa7ae67c81ffb253e | |
| parent | fix(tinder_bio.py): use Los Angeles timezone (diff) | |
| download | tinder-bio-main.tar.xz tinder-bio-main.zip | |
| -rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index a743bbe..f510193 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ +pytz==2022.1 requests==2.27.1 |