mirror of
				https://github.com/laurivosandi/certidude
				synced 2025-10-31 01:19:11 +00:00 
			
		
		
		
	Fixes
This commit is contained in:
		
							
								
								
									
										6
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								setup.py
									
									
									
									
									
								
							| @@ -5,7 +5,7 @@ from setuptools import setup | ||||
|  | ||||
| setup( | ||||
|     name = "certidude", | ||||
|     version = "0.1.3", | ||||
|     version = "0.1.7", | ||||
|     author = u"Lauri Võsandi", | ||||
|     author_email = "lauri.vosandi@gmail.com", | ||||
|     description = "Certidude is a novel X.509 Certificate Authority management tool aiming to support PKCS#11 and in far future WebCrypto.", | ||||
| @@ -25,7 +25,9 @@ setup( | ||||
|         "pyopenssl", | ||||
|         "pycountry", | ||||
|         "humanize", | ||||
|         "pycrypto" | ||||
|         "pycrypto", | ||||
|         "cryptography", | ||||
|         "markupsafe" | ||||
|     ], | ||||
|     scripts=[ | ||||
|         "misc/certidude" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user