File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,10 +74,10 @@ classifiers = [
7474 " Operating System :: OS Independent" ,
7575]
7676dependencies = [
77- " loguru>=0.7.3 " ,
78- " pymupdf>=1.26.0 " ,
79- " pypdf>=5.6.0 " ,
80- " python-docx>=1.1.2 " ,
77+ " loguru" ,
78+ " pymupdf" ,
79+ " pypdf" ,
80+ " python-docx" ,
8181]
8282
8383
@@ -96,16 +96,16 @@ Issues = "https://github.com/fsecada01/TextSpitter/issues"
9696
9797[dependency-groups ]
9898dev = [
99- " black>=25.1.0 " ,
100- " build>=1.2.2.post1 " ,
101- " isort>=6.0.1 " ,
102- " jupyterlab>=4.4.3 " ,
103- " jupyterlab-code-formatter>=3.0.2 " ,
104- " pytest>=8.4.0 " ,
105- " pytest-lazy-fixtures>=1.1.4 " ,
106- " pytest-mock>=3.14.1 " ,
107- " ruff>=0.11.13 " ,
108- " twine>=6.1.0 " ,
99+ " black" ,
100+ " build" ,
101+ " isort" ,
102+ " jupyterlab" ,
103+ " jupyterlab-code-formatter" ,
104+ " pytest" ,
105+ " pytest-lazy-fixtures" ,
106+ " pytest-mock" ,
107+ " ruff" ,
108+ " twine" ,
109109]
110110
111111
You can’t perform that action at this time.
0 commit comments