diff options
| author | Yuval Adam <_@yuv.al> | 2021-12-31 11:05:24 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2021-12-31 11:05:24 +0200 |
| commit | 361da8e734f63c1ce9391085399e258388ebd45e (patch) | |
| tree | 8da731248b4588cbf519518c3034f7b967e88ddd /Pipfile | |
| parent | 9aa2e675f538bbcdf0d5bd1d27f39fceb6bcd30f (diff) | |
Initial structure refactoring
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -12,6 +12,9 @@ click = "*" colorama = "*" [dev-packages] +pytest = "*" +black = "*" [scripts] -verify = "python verify.py" +greenpass = "python -m greenpass" +test = "pytest" |
