Skip to content

Commit

Permalink
Upgrade GoogleNews library to 1.6.6
Browse files Browse the repository at this point in the history
Also, correct the docker compose file using 8080 port instead of
8001 from before.
  • Loading branch information
igormcsouza committed Mar 22, 2023
1 parent 7089647 commit 461e487
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: '3.8'

services:
services:
web:
build: .
environment:
environment:
- ENVIRONMENT=DEVELOP
- PORT=8001
ports:
- 8001:8001
ports:
- 8080:8080

4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
fastapi==0.68.1
uvicorn==0.15.0
GoogleNews==1.5.9
GoogleNews==1.6.6
# Test packages
pytest==6.2.5
requests
requests

0 comments on commit 461e487

Please sign in to comment.