Skip to content

Commit

Permalink
Added poetry to project
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolyn090 committed Jun 10, 2024
1 parent 173445e commit 881e6e6
Show file tree
Hide file tree
Showing 21 changed files with 574 additions and 3 deletions.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
Binary file not shown.
Binary file added dist/ctk_color_picker_alpha-0.8.0.tar.gz
Binary file not shown.
336 changes: 336 additions & 0 deletions poetry.lock

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[tool.poetry]
name = "ctk-color-picker-alpha"
version = "0.8.0"
description = "An eight-digits hex code color picker, with alpha value."
authors = ["Kolyn Lin <Kanzakimakai27875628@gmail.com>"]
license = "CC0 1.0 Universal"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
customtkinter = "5.2.2"
numpy = "1.26.4"
pillow = "10.3.0"
requests = "^2.32.3"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
222 changes: 219 additions & 3 deletions requirements.txt

Large diffs are not rendered by default.

Empty file added tests/__init__.py
Empty file.

0 comments on commit 881e6e6

Please sign in to comment.