mirror of
				https://github.com/laurivosandi/certidude
				synced 2025-10-31 01:19:11 +00:00 
			
		
		
		
	Drop netifaces requirement
This commit is contained in:
		| @@ -1,11 +1,8 @@ | |||||||
|  |  | ||||||
| import click | import click | ||||||
| import logging |  | ||||||
| import netifaces |  | ||||||
| import os | import os | ||||||
| import urllib.request | import urllib.request | ||||||
| from certidude.wrappers import Certificate, Request | from certidude.wrappers import Certificate, Request | ||||||
| from certidude.signer import SignServer |  | ||||||
| from OpenSSL import crypto | from OpenSSL import crypto | ||||||
|  |  | ||||||
| def expand_paths(): | def expand_paths(): | ||||||
|   | |||||||
| @@ -7,7 +7,6 @@ idna==2.0 | |||||||
| Jinja2==2.8 | Jinja2==2.8 | ||||||
| ldap3==0.9.8.8 | ldap3==0.9.8.8 | ||||||
| MarkupSafe==0.23 | MarkupSafe==0.23 | ||||||
| netifaces==0.10.4 |  | ||||||
| pyasn1==0.1.8 | pyasn1==0.1.8 | ||||||
| pycountry==1.14 | pycountry==1.14 | ||||||
| pycparser==2.14 | pycparser==2.14 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user