chmarti1 / PYroMat

PYroMat thermodynamic properties in Python
http://pyromat.org
Other
71 stars 13 forks source link

Add extras_require config for pytest in dev mode #67

Closed jranalli closed 1 year ago

jranalli commented 1 year ago

Add an option for different sets of dependencies with python setup.py calls, in this case pytest, only if you specify the dev flag. It make sense in that those dependencies aren't necessary for people who wish to just use the code.

Closes #66