From 1d9712317a8ab4e53312cc5d4142a2550c9880bb Mon Sep 17 00:00:00 2001 From: Arun J <cb.en.u4cce19010@cb.students.amrita.edu> Date: Sun, 27 Dec 2020 16:59:33 +0530 Subject: [PATCH] Test GitLab CI --- .gitlab-ci.yml | 5 +++++ requirements.txt | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..390578f --- /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 2b9a573..dfabc77 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 -- GitLab