To create a website that shows the current weather in Stockholm, we will use Python with Flask as the web framework and requests library to fetch data from a weather API. We will use the OpenWeatherMap API to get the current weather data.

First, let's create a requirements.txt file to list the required packages:

requirements.txt