ryanjenkinson / consumer-flex-app

A streamlit app that uses open data to demonstrate consumer flexibility in the energy system
6 stars 1 forks source link

Hotfix: Add `requirements.txt` #7

Closed ryanjenkinson closed 1 year ago

ryanjenkinson commented 1 year ago

This is a hotfix release. The app is stuck in a state on Streamlit Cloud where it is failing to build the app.

From looking at the logs, it automatically installs based on the poetry.lock information, which includes all packages - not just the main ones. Adding a requirements.txt might force it to install from there instead, which includes a smaller set of requirements.