diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000000000000000000000000000000000000..390578fa6f10f34795401996ae8dbfd8568ee86f
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,5 @@
+test:
+  script:
+    - apt update
+    - apt install python3-dev python3-pip
+    - pip3 install -r requirements.txt
diff --git a/requirements.txt b/requirements.txt
index 2b9a573b1edc5ac6a3134bb65f40b73e7e919d08..dfabc770c037ecefdea256bb79980a4530bfed23 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13,14 +13,17 @@ Flask-WTF==0.14.3
 idna==2.10
 itsdangerous==1.1.0
 Jinja2==2.11.2
+livereload==2.5.1
 MarkupSafe==1.1.1
 mypy-extensions==0.4.3
 pathspec==0.8.1
 pycparser==2.20
 regex==2020.11.13
+rope==0.18.0
 six==1.15.0
 SQLAlchemy==1.3.22
 toml==0.10.2
+tornado==6.1
 typed-ast==1.4.1
 typing-extensions==3.7.4.3
 waitress==1.4.4