@@ -26,7 +26,7 @@ docs = [
2626]
2727tests = [
2828 " importlib-metadata>=8.6.1;python_version<'3.10'" ,
29- " manim-slides[full,manimgl,pyqt6,pyside6,sphinx-directive]" ,
29+ " manim-slides[full,manim, manimgl,pyqt6,pyside6,sphinx-directive]" ,
3030 " pytest>=7.4.0" ,
3131 " pytest-cov>=4.1.0" ,
3232 " pytest-env>=0.8.2" ,
@@ -80,7 +80,7 @@ full = [
8080]
8181magic = [" manim-slides[manim]" , " ipython>=8.12.2" ]
8282manim = [" manim>=0.19" ]
83- manimgl = [" manimgl>=1.7.2" ]
83+ manimgl = [" manimgl>=1.7.2" , " setuptools<81 " ]
8484pyqt6 = [" pyqt6>=6.7.0" ]
8585pyqt6-full = [" manim-slides[full,pyqt6]" ]
8686pyside6 = [" pyside6>=6.6.1,!=6.8.1.1" ]
@@ -205,13 +205,13 @@ filterwarnings = [
205205 ' ignore::DeprecationWarning:pkg_resources.*:' ,
206206 ' ignore:invalid escape sequence.*:DeprecationWarning' ,
207207 ' ignore:invalid escape sequence.*:SyntaxWarning' ,
208+ ' ignore:urllib3 v2 only supports OpenSSL.*:urllib3.exceptions.NotOpenSSLWarning' ,
208209]
209210
210211[tool .ruff ]
211212extend-exclude = [" manim_slides/resources.py" ]
212213extend-include = [" *.ipynb" ]
213214line-length = 88
214- target-version = " py39"
215215
216216[tool .ruff .lint ]
217217extend-ignore = [
0 commit comments