mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/tglx/remail.git
synced 2024-11-23 21:02:38 +01:00
remail: Add requirements.txt file
Using a requirements.txt file makes it easier to install dependencies via the pip python package manager: pip install -r requirements.txt This is particularly handy for testing when running via virtualenv. Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
e3a2f4bc1d
commit
0eecc8bd2d
1 changed files with 5 additions and 0 deletions
5
requirements.txt
Normal file
5
requirements.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
flufl.bounce>=3.0
|
||||
M2Crypto>=0.35.2
|
||||
pyinotify>=0.9.6
|
||||
python-gnupg>=0.4.5
|
||||
ruamel.yaml>=0.16.5
|
Loading…
Reference in a new issue