commit | b74fdd6b224a4709c98155fde5a5d612c62e9775 | [log] [tgz] |
---|---|---|
author | Ilia Sergachev <ilia.sergachev@protonmail.ch> | Sun Jun 03 22:10:49 2018 +0200 |
committer | Ilia Sergachev <ilia.sergachev@protonmail.ch> | Sun Jun 03 22:10:49 2018 +0200 |
tree | 68f6f6716c9f89b7169adfa2dfadaaddbfb4cac3 | |
parent | d7d23e67825c5cb1027256e34672a1063f9bcb5e [diff] |
add pipfile
diff --git a/Pipfile b/Pipfile new file mode 100644 index 0000000..2bd43ee --- /dev/null +++ b/Pipfile
@@ -0,0 +1,12 @@ +[[source]] +url = "https://pypi.org/simple" +verify_ssl = true +name = "pypi" + +[packages] +requests = "*" + +[dev-packages] + +[requires] +python_version = "3.6"