diff --git a/.gitignore b/.gitignore index 06cd81c..9df3ead 100644 --- a/.gitignore +++ b/.gitignore @@ -211,4 +211,5 @@ mini-projects/movie_rec_system/movie_rec_system/products/etl/extract-pipeline.ip mini-projects/movie-rec-system/movie_rec_system/products/eda-pipeline.ipynb mini-projects/movie-rec-system/movie_rec_system/products/extract-pipeline.ipynb -!mini-projects/end-to-end/weather.csv \ No newline at end of file +!mini-projects/end-to-end/weather.csv +!mini-projects/end-to-end/requirements.txt \ No newline at end of file diff --git a/mini-projects/end-to-end/requirements.txt b/mini-projects/end-to-end/requirements.txt new file mode 100644 index 0000000..9e271c3 --- /dev/null +++ b/mini-projects/end-to-end/requirements.txt @@ -0,0 +1,6 @@ +voila==0.5.1 +pandas==2.0.3 +requests +plotly +python-dotenv +ploomber-cloud==0.1.1 \ No newline at end of file