From 964bed98c00c32ec33c383552fed0858d53ee3b6 Mon Sep 17 00:00:00 2001 From: SolidifiedRay Date: Thu, 9 Jul 2020 15:08:20 -0700 Subject: [PATCH] Edit in-toto version install in-toto directly instead of installing in an editable way and a dev version Signed-off-by: SolidifiedRay --- requirements.txt | 2 +- templates/start.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3a59722..accf080 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ Flask Flask-PyMongo Flask-WTF --e git://github.com/in-toto/in-toto.git@v0.2.3.dev5#egg=in-totov0.2.3.dev5 +in-toto==0.5.0 diff --git a/templates/start.html b/templates/start.html index a024360..113381b 100644 --- a/templates/start.html +++ b/templates/start.html @@ -29,7 +29,7 @@

Create in-toto layout

You will be asked to run a couple of in-toto commands while walking through this website, so make sure to have in-toto installed:

-pip install -e git+https://github.com/in-toto/in-toto.git@v0.2.3.dev5#egg=in-totov0.2.3.dev5
+pip install in-toto