Skip to content

Commit f0526b1

Browse files
committed
fix(posters): add missing .jpg files to poster section to match CSV entries
1 parent a00dd2b commit f0526b1

3 files changed

Lines changed: 55 additions & 0 deletions

File tree

poetry.lock.bak

Lines changed: 38 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
requires = ["poetry-core"]

pyproject.toml.bak

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[tool.poetry]
2+
name = "ddmal-github-io"
3+
version = "0.1.0"
4+
description = ""
5+
authors = ["Your Name <you@example.com>"]
6+
readme = "README.md"
7+
packages = [{include = "ddmal"}]
8+
9+
[tool.poetry.dependencies]
10+
python = "^3.11"
11+
beautifulsoup4 = "^4.12.3"
12+
13+
14+
[build-system]
15+
requires = ["poetry-core"]
16+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)