From eb5d270ffc7d28b6bffe4789a8ea421b27be0f25 Mon Sep 17 00:00:00 2001 From: netaneld122 Date: Mon, 1 Mar 2021 09:46:52 +0200 Subject: Added actual QR code reading (#3) * Added actual QR code reading. Added requirements.txt for dependencies. Added .gitignore. Updated README according to new usage. * Fixed CR notes. Migrated requirements to a Pipfile format. Added ability to open textual payload. Removed irrelevant paths in .gitignore. * Fixed pipenv run cli. Co-authored-by: Netanel Co-authored-by: nati --- Pipfile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Pipfile (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile new file mode 100644 index 0000000..5300670 --- /dev/null +++ b/Pipfile @@ -0,0 +1,4 @@ +[packages] +cryptography = "*" +pillow = "*" +pyzbar = "*" -- cgit v1.3.1