1
0
mirror of https://github.com/laurivosandi/certidude synced 2025-09-09 15:01:05 +00:00

Drop netifaces requirement

This commit is contained in:
2015-09-29 15:26:33 +03:00
parent 46b957b757
commit 5d5894a77a
3 changed files with 0 additions and 5 deletions

View File

@@ -1,11 +1,8 @@
import click
import logging
import netifaces
import os
import urllib.request
from certidude.wrappers import Certificate, Request
from certidude.signer import SignServer
from OpenSSL import crypto
def expand_paths():