diff --git a/weather-data-collect/Dockerfile b/weather-data-collect/Dockerfile index a0e9114..728fcf2 100644 --- a/weather-data-collect/Dockerfile +++ b/weather-data-collect/Dockerfile @@ -9,7 +9,7 @@ RUN pip3 install --no-cache-dir -r requirements.txt COPY . . -ENV OPENWEATHERMAP_API_KEY=API_KEY_HERE +ENV OPENWEATHERMAP_API_KEY=a8fb5351db81858ed5e57093a90b5a5d ENV MONGODB_URI=mongodb+srv://nameless.wun5lpq.mongodb.net/?authSource=%24external&authMechanism=MONGODB-X509&retryWrites=true&w=majority&appName=Nameless ENV DB_NAME=Project5 ENV DB_COLLECTION_NAME=WeatherData diff --git a/weather-data-collect/Pipfile b/weather-data-collect/Pipfile index 4fa46a9..98e40a9 100644 --- a/weather-data-collect/Pipfile +++ b/weather-data-collect/Pipfile @@ -6,6 +6,7 @@ name = "pypi" [packages] requests = "*" pymongo = "*" +coverage = "*" [dev-packages] diff --git a/weather-data-collect/requirements.txt b/weather-data-collect/requirements.txt index 3106df8..23e43ce 100644 --- a/weather-data-collect/requirements.txt +++ b/weather-data-collect/requirements.txt @@ -1,3 +1,4 @@ requests pymongo -flask \ No newline at end of file +flask +coverage \ No newline at end of file