diff options
author | hyfc <[email protected]> | 2018-06-10 23:27:45 +0800 |
---|---|---|
committer | hyfc <[email protected]> | 2020-10-22 11:37:35 +0800 |
commit | 9d71b348da48ac3c9c5da2e36c8741a7bd38ef1a (patch) | |
tree | 4374148dbd08af11e87642db928a42d46e88b961 /Pipfile | |
parent | 0d46d715374b51bd4a0833e7687ae33ae46376b3 (diff) | |
download | telegram-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-- | Pipfile | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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" |