Przeglądaj źródła

Initialized utilization of pipenv

control 3 lat temu
rodzic
commit
9f1c6c338b
1 zmienionych plików z 11 dodań i 0 usunięć
  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"