davidverweij / csv2docx

Generates .docx files from .csv files using a .docx template with mailmerge fields
MIT License
5 stars 0 forks source link

Streamline installation process #1

Closed jawrainey closed 4 years ago

jawrainey commented 4 years ago

This was quite difficult to install on my machine as no requirements file was provided. Instead, I propose that you streamline the dependency management and installation process using poetry.

This has the added benefit that if you plan to use other libraries (e.g. click for CLIs or testing frameworks) then you can separate those out nicely.