aboutsummaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorhyfc <[email protected]>2018-06-10 23:27:45 +0800
committerhyfc <[email protected]>2020-10-22 11:37:35 +0800
commit9d71b348da48ac3c9c5da2e36c8741a7bd38ef1a (patch)
tree4374148dbd08af11e87642db928a42d46e88b961 /Pipfile
parent0d46d715374b51bd4a0833e7687ae33ae46376b3 (diff)
downloadtelegram-mail-bot-9d71b348da48ac3c9c5da2e36c8741a7bd38ef1a.tar.gz
telegram-mail-bot-9d71b348da48ac3c9c5da2e36c8741a7bd38ef1a.tar.bz2
telegram-mail-bot-9d71b348da48ac3c9c5da2e36c8741a7bd38ef1a.zip
a first working verison
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile13
1 files changed, 13 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
new file mode 100644
index 0000000..36dd8a2
--- /dev/null
+++ b/Pipfile
@@ -0,0 +1,13 @@
+[[source]]
+url = "https://pypi.org/simple"
+verify_ssl = true
+name = "pypi"
+
+[packages]
+pytz = "*"
+python-telegram-bot = "*"
+
+[dev-packages]
+
+[requires]
+python_version = "3.6"