Skip to content

Commit

Permalink
Poetry working
Browse files Browse the repository at this point in the history
  • Loading branch information
0xa10 committed Jul 18, 2020
1 parent 897feb1 commit 10910dc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
[tool.poetry]
name = "PyGT521F32"
version = "0.1.0"
version = "0.1.3"
description = "An SDK module for the ADH-Tech GT521F32 fingerprint scanner"
authors = ["Alon <[email protected]>"]
packages = [
{ include = "GT521F32"},
{ include = "GT521F32-viewer"},
]


[tool.poetry.dependencies]
python = "^3.8"
cython-sgio = "^1.1.2"
pyserial = "^3.4"
Pillow = "^7.2.0"
cython-sgio = {version = "^1.1.2", platform = "linux"}

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit 10910dc

Please sign in to comment.