diff options
| author | Parker <contact@pkrm.dev> | 2023-09-18 01:12:43 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-18 01:12:43 +0000 |
| commit | eddeca8c67caf2e916af60880b327bbb2b4b8f20 (patch) | |
| tree | c55386cc5965981edffcf9d9b23b43d7c0102933 | |
| parent | 3917c77b70c92f9793041b2eb16bdadb3453fc98 (diff) | |
Update requirements.txt
| -rw-r--r-- | requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 206c0d1..d35790b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Flask==2.2.3 +Flask==2.2.5 requests==2.31.0 humanize==4.8.0 PyYAML==6.0 @@ -6,4 +6,4 @@ APScheduler==3.10.4 hypercorn==0.14.4 asyncio==3.4.3 -telnyx==2.0.0
\ No newline at end of file +telnyx==2.0.0 |
