Tools for the management of inventory databases and impact assessment methods. Part of the Brightway LCA framework.
BSD 3-Clause "New" or "Revised" License
11
stars
24
forks
source link
Use of `pydantic_settings` in `configuration.py` allows for environment variables #178
Closed
cmutel closed 2 months ago
e.g. if you have
VERSION
set, it will try to validate as anint
, and you will get weird errors.