diff options
| author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-07-14 15:52:36 +0200 |
|---|---|---|
| committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-07-14 15:52:36 +0200 |
| commit | 808281e9f2427bb7857fb659dbb9781f1bc4f2c7 (patch) | |
| tree | 516ce4e81236af9ce03ea3ddc2310a65ea00eb7e | |
| parent | f7a3e1b4ce2ba114449edb03d1eb3e9719e5d821 (diff) | |
[pkg] add certifi as a dependency for bitmask
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ required = [ 'colorama', 'srp', 'python-daemon', + 'certifi', 'leap.common', ] |
