summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Ball <git@michaelball.name>2021-10-13 13:56:46 +0100
committerMichaël Ball <git@michaelball.name>2021-10-13 13:56:46 +0100
commit1938f5fdbd95630563dc356d6ec473c7e5c0a441 (patch)
treed08dda0ed28f0dce849534d81ccae81b37e6e52d
parent927d8fc5833172cf8c5ee9e7c2904a5f1f765903 (diff)
Pipfile with dependencies
-rw-r--r--Pipfile14
1 files changed, 14 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
new file mode 100644
index 0000000..2a4b921
--- /dev/null
+++ b/Pipfile
@@ -0,0 +1,14 @@
+[[source]]
+url = "https://pypi.org/simple"
+verify_ssl = true
+name = "pypi"
+
+[packages]
+suntime = "1.2.5"
+xdg = "5.1.1"
+
+[dev-packages]
+python-lsp-server = "*"
+
+[requires]
+python_version = "3.10"