From 9d71b348da48ac3c9c5da2e36c8741a7bd38ef1a Mon Sep 17 00:00:00 2001 From: hyfc <3365132+hyfc@users.noreply.github.com> Date: Sun, 10 Jun 2018 23:27:45 +0800 Subject: a first working verison --- Pipfile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Pipfile (limited to 'Pipfile') 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" -- cgit v1.2.3