adds a requiremnts.txt file for the project

With the addition of the validate module we need to ensure
that notario is installed. This will be done with the use
of this requirments.txt file and pip.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
pull/2619/head
Andrew Schoen 2018-05-02 12:55:33 -05:00 committed by Guillaume Abrioux
parent dea1ea93d5
commit ef48ed4e5a
1 changed files with 2 additions and 0 deletions

2
requirements.txt 100644
View File

@ -0,0 +1,2 @@
ansible>=2.4.2
notario>=0.0.13