Skip to content

Commit

Permalink
Poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
0xa10 committed Jul 18, 2020
1 parent 576a0b6 commit 897feb1
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 0 deletions.
67 changes: 67 additions & 0 deletions poetry.lock

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

17 changes: 17 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[tool.poetry]
name = "PyGT521F32"
version = "0.1.0"
description = "An SDK module for the ADH-Tech GT521F32 fingerprint scanner"
authors = ["Alon <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.8"
cython-sgio = "^1.1.2"
pyserial = "^3.4"
Pillow = "^7.2.0"

[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"

0 comments on commit 897feb1

Please sign in to comment.