Skip to content

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 d41936f commit e7483bb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
12 changes: 6 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
flake8==6.0.0
mypy==0.991
mypy-extensions==0.4.3
packaging==23.0
pycodestyle==2.10.0
typing-extensions>=3.10.0.2
flake8>=7.0.0
mypy>=1.10.0
mypy-extensions>=1.0.0
packaging>=24.0
pycodestyle>=2.11.1
typing-extensions>=4.11.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 e7483bb

Please sign in to comment.