mirror of
https://github.com/NohamR/OqeeAdWatch.git
synced 2026-01-10 08:18:17 +00:00
Initial project setup with ad watcher script
This commit is contained in:
14
pyproject.toml
Normal file
14
pyproject.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[project]
|
||||
name = "OqeeAdWatch"
|
||||
version = "0.1.0"
|
||||
description = "Periodically fetches Oqee anti-adskipping periods and archives them in SQLite."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"requests>=2.32.5",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
debug = [
|
||||
"pylint>=4.0.3",
|
||||
]
|
||||
Reference in New Issue
Block a user