Skip to content

Commit 8fb038d

Browse files
committed
fix author, update req.txt
1 parent c22445c commit 8fb038d

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
name = "code-jam-soon-to-be-awesome-project"
55
description = "no idea yet :)"
66
authors = [
7-
"https://github.com/fluffy-marmot <10621013+fluffy-marmot@users.noreply.github.com>",
8-
"https://github.com/Prorammer-4090 <email@mail.com>",
9-
"https://github.com/TheRatLord <email@mail.com>",
10-
"https://github.com/spirledaxis <email@mail.com>",
7+
{ name ="https://github.com/fluffy-marmot", email="10621013+fluffy-marmot@users.noreply.github.com"},
8+
{ name ="https://github.com/Prorammer-4090", email="email@mail.com"},
9+
{ name ="https://github.com/TheRatLord", email="email@mail.com"},
10+
{ name ="https://github.com/spirledaxis", email="email@mail.com"},
1111
]
1212
version = "0.1.0"
1313
readme = "README.md"

requirements.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
Flask==3.1.1
2-
js==1.0
3-
numpy==2.3.2
4-
Pillow==11.3.0
5-
pyodide==0.0.2
1+
flask>=3.1.1
2+
3+
numpy>=2.3.2
4+
pillow>=11.3.0
5+
pre-commit~=4.2.0
6+
ruff~=0.12.2

0 commit comments

Comments
 (0)