Jelajahi Sumber

added pipfile

jmelesky 6 tahun lalu
induk
melakukan
52285c421e
1 mengubah file dengan 12 tambahan dan 0 penghapusan
  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"