mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
Currently, some Python dependencies are being installed manually from the `.travis.yml` file, using pip install python_package Not only that way is a bad practice, but also prevents those Python modules to be retrieved when an Odoo module is installed via MQT. In addition, the modules `requests` and `PyPDF2` are removed, as they already are in Odoo's requirements.
3 lines
25 B
Plaintext
3 lines
25 B
Plaintext
zpl2>=1.1
|
|
pycups==1.9.73
|