Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
Edit in-toto version
Browse files Browse the repository at this point in the history
install in-toto directly instead of installing in an editable way and a dev version

Signed-off-by: SolidifiedRay <[email protected]>
  • Loading branch information
SolidifiedRay committed Jul 13, 2020
1 parent 2247126 commit 964bed9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask
Flask-PyMongo
Flask-WTF
-e git://github.com/in-toto/[email protected]#egg=in-totov0.2.3.dev5
in-toto==0.5.0
2 changes: 1 addition & 1 deletion templates/start.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h1>Create in-toto layout
<p>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:</p>

<pre class="code">
pip install -e git+https://github.com/in-toto/[email protected]#egg=in-totov0.2.3.dev5
pip install in-toto
</pre>

<hr>
Expand Down

0 comments on commit 964bed9

Please sign in to comment.