mirror of https://github.com/MISP/PyMISP
				
				
				
			
		
			
				
	
	
		
			19 lines
		
	
	
		
			461 B
		
	
	
	
		
			TOML
		
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			461 B
		
	
	
	
		
			TOML
		
	
	
| [[source]]
 | |
| name = "pypi"
 | |
| url = "https://pypi.org/simple"
 | |
| verify_ssl = true
 | |
| 
 | |
| [dev-packages]
 | |
| nose = "*"
 | |
| coveralls = "*"
 | |
| codecov = "*"
 | |
| requests-mock = "*"
 | |
| 
 | |
| [packages]
 | |
| pymisp = {editable = true,extras = ["fileobjects", "neo", "openioc", "virustotal"],path = "."}
 | |
| pydeep = {editable = true,git = "https://github.com/kbandla/pydeep.git"}
 | |
| pymispwarninglists = {editable = true,git = "https://github.com/MISP/PyMISPWarningLists.git"}
 | |
| 
 | |
| [requires]
 | |
| python_version = "3.6"
 |