summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-10-08 13:02:29 +0300
committerYuval Adam <_@yuv.al>2018-10-08 13:02:29 +0300
commitff0aacb2c09fccb5819bb8ace792b5839afb6ba4 (patch)
tree0a0dad9e575d505ecac51902b67e9a981ef0d45c
Initial Pipfile
-rw-r--r--Pipfile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
new file mode 100644
index 0000000..b9ba84f
--- /dev/null
+++ b/Pipfile
@@ -0,0 +1,11 @@
+[[source]]
+url = "https://pypi.org/simple"
+verify_ssl = true
+name = "pypi"
+
+[packages]
+
+[dev-packages]
+
+[requires]
+python_version = "3.7"