File tree Expand file tree Collapse file tree 2 files changed +1958
-1044
lines changed Expand file tree Collapse file tree 2 files changed +1958
-1044
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ name = "splunk-sdk"
1111dynamic  = [" version" 
1212description  = " Splunk Software Development Kit for Python" 
1313readme  = " README.md" 
14- requires-python  = " >=3.10 " 
14+ requires-python  = " >=3.7 " 
1515license  = { text  = " Apache-2.0" 
1616authors  = [{ 
name  = 
" Splunk, Inc." , 
email  = 
" [email protected] "  }]
1717keywords  = [" splunk" " sdk" 
@@ -29,13 +29,10 @@ classifiers = [
2929  " Topic :: Software Development :: Libraries :: Application Frameworks" 
3030]
3131
32- dependencies  = [
33-     " fastmcp>=2.12.4" 
34-     " httpx>=0.28.1" 
35-     " mcp>=1.15.0" 
36-     " python-dotenv>=0.21.1" 
37- ]
38- optional-dependencies  = { compat  = [" six>=1.17.0" 
32+ dependencies  = [" python-dotenv>=0.21.1" 
33+ optional-dependencies  = { compat  = [" six>=1.17.0" mcp  = [
34+   #  "splunk-sdk-mcp>=0.0.1",
35+ ] }
3936
4037[dependency-groups ]
4138build  = [" build>=1.1.1" " twine>=4.0.2" 
@@ -52,7 +49,7 @@ dev = [
5249]
5350
5451[build-system ]
55- requires  = [" setuptools" 
52+ requires  = [" setuptools" ,  " build " ,  " twine " 
5653build-backend  = " setuptools.build_meta" 
5754
5855[tool .setuptools ]
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments