summaryrefslogtreecommitdiff
path: root/Pipfile
blob: 08f6e10ffff05af52bba099433376b15adb0bafe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
cryptography = "*"
pillow = "*"
pyzbar = "*"
pymupdf = "*"
click = "*"
colorama = "*"

[dev-packages]
pytest = "*"
black = "*"

[scripts]
greenpass = "python -m greenpass"
test = "pytest"