File tree Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 66      - master 
77    paths :
88      - ' **.py' 
9+       - ' **.cfg' 
10+       - ' **.ini' 
11+       - ' **.toml' 
912
1013jobs :
1114  build-on-push :
Original file line number Diff line number Diff line change 66      - ' v*' 
77    paths :
88      - ' **.py' 
9+       - ' **.cfg' 
10+       - ' **.ini' 
11+       - ' **.toml' 
912
1013jobs :
1114  release-on-push :
Original file line number Diff line number Diff line change 44  pull_request :
55    paths :
66    - ' **.py' 
7+     - ' **.cfg' 
8+     - ' **.ini' 
9+     - ' **.toml' 
10+ 
711
812
913jobs :
Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ packages = find:
2020include_package_data  = true
2121python_requires  = >=3.6
2222install_requires  =
23-     pyobjc >= 6.2.2
23+     pyobjc-framework-Security >= 6.2.2
24+     pyobjc-framework-Cocoa >= 6.2.2
2425    cryptography >= 3.1
2526    keyring >= 21.4.0
2627setup_requires  = setuptools_scm >= 4.1.2
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments