summaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authornetaneld122 <netaneld122@gmail.com>2021-03-01 09:46:52 +0200
committerGitHub <noreply@github.com>2021-03-01 09:46:52 +0200
commiteb5d270ffc7d28b6bffe4789a8ea421b27be0f25 (patch)
tree9db9ff353b66b02616572fb317dd69cd780412b6 /Pipfile
parent934798e6b82c711f0e877fa7a05235aa2cf2845a (diff)
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 <Netanel> Co-authored-by: nati <nati>
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile4
1 files changed, 4 insertions, 0 deletions
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 = "*"