Skip to content

Commit 891af99

Browse files
author
Gaelan Venturi
committed
♻️ Changed from pipenv to poetry
1 parent 1c8f4ee commit 891af99

File tree

5 files changed

+113
-110
lines changed

5 files changed

+113
-110
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
75FreeWallpapers/
1+
75FreeWallpapers/
2+
3+
# JetBrains IDE Files
4+
.idea/

Pipfile

-12
This file was deleted.

Pipfile.lock

-97
This file was deleted.

poetry.lock

+92
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[tool.poetry]
2+
name = "wallpapers"
3+
version = "0.1.0"
4+
description = "Wallpaper repository"
5+
authors = ["Gaelan Venturi <hey@venturi.simplelogin.com>"]
6+
readme = "README.md"
7+
8+
[tool.poetry.dependencies]
9+
python = "3.9.18"
10+
pillow = "^10.3.0"
11+
12+
[tool.poetry.group.dev.dependencies]
13+
pillow = "^10.3.0"
14+
15+
[build-system]
16+
requires = ["poetry-core"]
17+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)