Skip to content

Commit

Permalink
Remove check interval script
Browse files Browse the repository at this point in the history
This has been moved to the reloci package.
  • Loading branch information
153957 committed Nov 9, 2024
1 parent b18fdf4 commit 0d888a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 128 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ classifiers = [
'Topic :: Multimedia :: Video :: Conversion',
]
dependencies = [
'exifreader==0.1.1',
'ffmpeg-python==0.2.0',
'pillow==11.0.0',
]
Expand All @@ -52,7 +51,6 @@ Repository = 'https://github.com/153957/time-lapse'

[project.scripts]
timelapse = 'time_lapse.cli:main'
check_interval = 'time_lapse.check_interval:main'

[tool.mypy]
ignore_missing_imports = true
Expand Down
126 changes: 0 additions & 126 deletions time_lapse/check_interval.py

This file was deleted.

0 comments on commit 0d888a8

Please sign in to comment.