scope3data / methodology

Measurement methodology for advertising emissions
https://methodology.scope3.com
Apache License 2.0
29 stars 10 forks source link

feat: fix invalid pip requirements file #162

Closed EmmaLouise2018 closed 4 months ago

EmmaLouise2018 commented 4 months ago

Ran

➜ [Feb 26, 2024 6:07PM] ~/scope3/meth git:(fix_requirements) poetry lock
Updating dependencies
Resolving dependencies... (0.3s)^R
Resolving dependencies... (1.0s)
➜ [Feb 26, 2024 6:08PM] ~/scope3/meth git:(fix_requirements) poetry export -f requirements.txt --output requirements.txt

Warning: poetry-plugin-export will not be installed by default in a future version of Poetry.
In order to avoid a breaking change and make your automation forward-compatible, please install poetry-plugin-export explicitly. See https://python-poetry.org/docs/plugins/#using-plugins for details on how to install a plugin.
To disable this warning run 'poetry config warnings.export false'.
➜ [Feb 26, 2024 6:08PM] ~/scope3/meth git:(fix_requirements) g st
On branch fix_requirements
nothing to commit, working tree clean
➜ [Feb 26, 2024 6:08PM] ~/scope3/meth git:(fix_requirements)