Skip to content

Commit

Permalink
Merge branch 'refs/heads/feature/ISSUE-66' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
stopmin committed Jul 11, 2024
2 parents 97b681a + 77ef491 commit db4c21e
Show file tree
Hide file tree
Showing 5 changed files with 655 additions and 111 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 python:3.12.4-slim-bookworm
FROM --platform=linux/amd64 python:3.11.4-slim-bookworm

WORKDIR /app

Expand Down
7 changes: 5 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ aiohttp = "*"
aiosmtplib = "*"
schedule = "*"
feedparser = "*"
numpy = "*"
pandas = "*"
lightfm = "*"

[dev-packages]
flake8 = "*"
Expand All @@ -30,5 +33,5 @@ pylint = "*"
python-dotenv = "*"

[requires]
python_version = "3.12"
python_full_version = "3.12.4"
python_version = "3.11"
python_full_version = "3.11.4"
Loading

0 comments on commit db4c21e

Please sign in to comment.