Browse Source

added pipenv

Fabian Peter Hammerle 5 years ago
parent
commit
90f1a094b1
2 changed files with 37 additions and 0 deletions
  1. 12 0
      Pipfile
  2. 25 0
      Pipfile.lock

+ 12 - 0
Pipfile

@@ -0,0 +1,12 @@
+[[source]]
+url = "https://pypi.org/simple"
+verify_ssl = true
+name = "pypi"
+
+[packages]
+acpi-backlight = {editable = true, path = "."}
+
+[dev-packages]
+
+[requires]
+python_version = "3.6"

+ 25 - 0
Pipfile.lock

@@ -0,0 +1,25 @@
+{
+    "_meta": {
+        "hash": {
+            "sha256": "c4f8864211a861964c75492b78ec43f314408a256bd72396edfd729814621aea"
+        },
+        "pipfile-spec": 6,
+        "requires": {
+            "python_version": "3.6"
+        },
+        "sources": [
+            {
+                "name": "pypi",
+                "url": "https://pypi.org/simple",
+                "verify_ssl": true
+            }
+        ]
+    },
+    "default": {
+        "acpi-backlight": {
+            "editable": true,
+            "path": "."
+        }
+    },
+    "develop": {}
+}