diff options
| author | Andrew Guschin <guschin.drew@gmail.com> | 2022-06-29 17:45:07 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin.drew@gmail.com> | 2022-06-29 17:45:07 +0400 |
| commit | fc8fa5a30bf464557051ac22a75ca83de3a29f7b (patch) | |
| tree | 39af088ddf259deb080f2f21f31d89c2206e6ab2 /requirements.txt | |
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..ba803e2 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,11 @@ +APScheduler==3.6.3 +backports.zoneinfo==0.2.1 +cachetools==4.2.2 +certifi==2022.6.15 +python-telegram-bot==13.13 +pytz==2022.1 +pytz-deprecation-shim==0.1.0.post0 +six==1.16.0 +tornado==6.1 +tzdata==2022.1 +tzlocal==4.2 |