aboutsummaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorhyfc <[email protected]>2018-07-15 23:16:03 +0800
committerhyfc <[email protected]>2020-10-22 11:37:46 +0800
commit01541d3182371f24a7f46ac889003b04cba09919 (patch)
tree52b977182632e6bfefa9477205addee47db9d1b3 /Pipfile
parente1fd96feb48a0f7deabafa3ddb2f2daf3ba6a8b8 (diff)
downloadtelegram-mail-bot-01541d3182371f24a7f46ac889003b04cba09919.tar.gz
telegram-mail-bot-01541d3182371f24a7f46ac889003b04cba09919.tar.bz2
telegram-mail-bot-01541d3182371f24a7f46ac889003b04cba09919.zip
add periodic task
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index 076dc6b..56f137c 100644
--- a/Pipfile
+++ b/Pipfile
@@ -7,6 +7,7 @@ name = "pypi"
pytz = "*"
python-telegram-bot = "*"
pyzmail36 = "*"
+schedule = "*"
[dev-packages]
pylint = "*"