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>

1 file changed
tree: eb38477f6b68ee3d98dcbc67734c7b9bc08ee6f0
  1. Documentation/
  2. LICENSES/
  3. remail/
  4. .gitignore
  5. __init__.py
  6. COPYING
  7. README.md
  8. remail.service
  9. remail_chkcfg
  10. remail_daemon
  11. remail_pipe
  12. requirements.txt
  13. TODO
README.md

remail - A set of tools for crypted mailing lists

A simplistic but powerfull crypted mailing list tool set. The following tools are available:

remail_daemon - The crypto mailing list processor remail_chkcfg - Tool to check the configuration

Install

It's recommended to generate the appropriate package for your system and install it via the package manager.

Usage

See Documentation and man pages