Browse Source

added pipfile

jmelesky 6 năm trước cách đây
mục cha
commit
52285c421e
1 tập tin đã thay đổi với 12 bổ sung0 xóa
  1. 12 0
      Pipfile

+ 12 - 0
Pipfile

@@ -0,0 +1,12 @@
+[[source]]
+url = "https://pypi.python.org/simple"
+verify_ssl = true
+name = "pypi"
+
+[packages]
+pyknon = "*"
+
+[dev-packages]
+
+[requires]
+python_version = "3.6"