diff options
| author | netaneld122 <netaneld122@gmail.com> | 2021-03-01 09:46:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-01 09:46:52 +0200 |
| commit | eb5d270ffc7d28b6bffe4789a8ea421b27be0f25 (patch) | |
| tree | 9db9ff353b66b02616572fb317dd69cd780412b6 /Pipfile | |
| parent | 934798e6b82c711f0e877fa7a05235aa2cf2845a (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-- | Pipfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +[packages] +cryptography = "*" +pillow = "*" +pyzbar = "*" |
