Преглед изворни кода

Initialized utilization of pipenv

control пре 3 година
родитељ
комит
9f1c6c338b
1 измењених фајлова са 11 додато и 0 уклоњено
  1. 11 0
      Pipfile

+ 11 - 0
Pipfile

@@ -0,0 +1,11 @@
+[[source]]
+url = "https://pypi.org/simple"
+verify_ssl = true
+name = "pypi"
+
+[packages]
+
+[dev-packages]
+
+[requires]
+python_version = "3.9"