From a132858f0244360ebc5b9ca04f49b1f8006878c2 Mon Sep 17 00:00:00 2001
From: Pernille Welle-Watne <perniww@online.no>
Date: Mon, 22 Feb 2021 15:16:32 +0100
Subject: [PATCH] remove version in requirements

---
 .gitlab-ci.yml                  |  18 +++++++++---------
 backend/secfit/requirements.txt | Bin 1192 -> 1178 bytes
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 85bc83b..98e7cb8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,18 +2,18 @@ image: python:3
 test:
   script:
   # this configures Django application to use attached postgres database that is run on `postgres` host
-  - cd backend/secfit
-  - apt-get update -qy
-  - pip install -r requirements.txt
-  - python manage.py test
+    - - apt-get update -qy
+    - cd backend/secfit
+    - pip install -r requirements.txt
+    - python manage.py test
 
 staging:
   type: deploy
   image: ruby
   script:
-  - apt-get update -qy
-  - apt-get install -y ruby-dev
-  - gem install dpl
-  - dpl --provider=heroku --app=tdt4237 --api-key=$HEROKU_STAGING_API_KEY
+    - apt-get update -qy
+    - apt-get install -y ruby-dev
+    - gem install dpl
+    - dpl --provider=heroku --app=tdt4237 --api-key=$HEROKU_STAGING_API_KEY
   only:
-  - master
+    - master
diff --git a/backend/secfit/requirements.txt b/backend/secfit/requirements.txt
index 9feb375bde1e8fb7befe6c102dd29beeee7c6940..125990db39916ccb574eab5e31cb357acbfe6515 100644
GIT binary patch
delta 12
UcmZ3%Ig4|{CC1GU7*8+(03v(^HUIzs

delta 26
ecmbQmxq@@UB}QIb23rOb20bt~*nE-kBohE!p9Z4<

-- 
GitLab