File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## 0.1.3 — 2025-02-15  
9+ ### Removed  
10+ 
11+ -  [x]  refuse from ` regex `  as dependency in favor of standard ` re ` 
12+ 
813## 0.1.2 — 2025-02-15  
914### Removed  
1015
Original file line number Diff line number Diff line change 77
88setuptools .setup (
99    name = 'yoficator' ,
10-     version = '0.1.2 ' ,
10+     version = '0.1.3 ' ,
1111    description = 'A Russian text yoficator (ёфикатор)' ,
1212    long_description = long_description ,
1313    long_description_content_type = 'text/markdown' ,
1616    package_data = {
1717        'yoficator' : ['_data/yoficator.dic' ],
1818    },
19-     install_requires = ['regex==2015.11.09' ],
2019    include_package_data = True ,
2120    classifiers = [
2221        'Programming Language :: Python :: 3' ,
Original file line number Diff line number Diff line change 33from  __future__ import  print_function , unicode_literals 
44import  codecs 
55import  os , sys 
6- import  regex   as   re 
6+ import  re 
77
88#-------------------------------------------------------------------------# 
99# 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments