aboutsummaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fischer@muhq.space>2023-08-07 14:52:08 +0200
committerFlorian Fischer <florian.fischer@muhq.space>2025-01-27 16:43:53 +0100
commit58e15d20d9fa880d4d66ab080a307ae2c88afb2f (patch)
tree943dd4eb2f9b0af7019735eb5bd3d826e78f2f0f /Pipfile
parent07619a1e44afbc70b3364296ad80d5f6fca1603c (diff)
downloadmuhqs-game-58e15d20d9fa880d4d66ab080a307ae2c88afb2f.tar.gz
muhqs-game-58e15d20d9fa880d4d66ab080a307ae2c88afb2f.zip
add Pipefile
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
new file mode 100644
index 00000000..74f47390
--- /dev/null
+++ b/Pipfile
@@ -0,0 +1,16 @@
+[[source]]
+url = "https://pypi.org/simple"
+verify_ssl = true
+name = "pypi"
+
+[packages]
+pyyaml = "*"
+
+[dev-packages]
+mypy = "*"
+yapf = "*"
+pylint = "*"
+types-pyyaml = "*"
+
+[requires]
+python_version = "3.11"