mirror of https://github.com/MISP/PyMISP
				
				
				
			
		
			
				
	
	
		
			23 lines
		
	
	
		
			563 B
		
	
	
	
		
			TOML
		
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			563 B
		
	
	
	
		
			TOML
		
	
	
| [[source]]
 | |
| name = "pypi"
 | |
| url = "https://pypi.org/simple"
 | |
| verify_ssl = true
 | |
| 
 | |
| [dev-packages]
 | |
| nose = "*"
 | |
| coveralls = "*"
 | |
| codecov = "*"
 | |
| requests-mock = "*"
 | |
| pymisp = {editable = true,extras = ["fileobjects", "neo", "openioc", "virustotal", "pdfexport", "docs"],path = "."}
 | |
| docutils = "==0.15"
 | |
| 
 | |
| [packages]
 | |
| pymisp = {editable = true,extras = ["fileobjects", "openioc", "virustotal", "pdfexport"],path = "."}
 | |
| pymispwarninglists = {editable = true,git = "https://github.com/MISP/PyMISPWarningLists.git"}
 | |
| 
 | |
| [requires]
 | |
| python_version = "3"
 | |
| 
 | |
| [pipenv]
 | |
| allow_prereleases = true
 |