Skip to content
This repository has been archived by the owner on Feb 27, 2025. It is now read-only.

Commit

Permalink
Bump requirements and update project files
Browse files Browse the repository at this point in the history
  • Loading branch information
Setsugennoao committed May 17, 2024
1 parent 4a68900 commit c684152
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ idna==3.4
imagesize==1.4.1
Jinja2==3.1.2
MarkupSafe==2.1.1
packaging==23.0
packaging>=24.0
Pygments==2.14.0
pyparsing==3.0.9
pytz==2022.7
Expand All @@ -26,5 +26,5 @@ sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
typing-extensions==4.4.0
typing-extensions>=4.11.0
urllib3==1.26.13
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
flake8>=4.0.1
mypy>=1.9.0
flake8>=7.0.0
mypy>=1.10.0
mypy-extensions>=1.0.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VapourSynth>=65
VapourSynth>=68
vstools>=3.0.0
vskernels>=3.0.0
vsexprtools>=1.5.0
Expand Down
4 changes: 0 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ statistics = True


[mypy]
mypy_path = ./stubs/

python_version = 3.10

ignore_missing_imports = False

disallow_any_generics = True
Expand Down

0 comments on commit c684152

Please sign in to comment.