modoboa / modoboa-webmail

The webmail of Modoboa
MIT License
73 stars 48 forks source link

Update setup.py #261

Open RJohnPaul opened 7 months ago

RJohnPaul commented 7 months ago

Simplified the import of parse_requirements for better readability and Used path.isfile directly instead of path and isfile separately and finally Added docstring for the get_requirements function.