diff --git a/Pipfile b/Pipfile
new file mode 100644
index 0000000000000000000000000000000000000000..640ee48b5969f2e5c143407d88d5945c0f926e24
--- /dev/null
+++ b/Pipfile
@@ -0,0 +1,14 @@
+[[source]]
+name = "pypi"
+url = "https://pypi.org/simple"
+verify_ssl = true
+
+[packages]
+jinja2 = ">=2.10.1"
+PyYAML = ">=5.3.1"
+netaddr = ">=0.8"
+kypo-topology-definition = {editable = true, git = "https://gitlab.ics.muni.cz/muni-kypo-crp/backend-python/kypo-topology-definition.git"}
+
+[dev-packages]
+
+[requires]
\ No newline at end of file