We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 893c755 commit 2355e6aCopy full SHA for 2355e6a
pyproject.toml
@@ -2,11 +2,11 @@
2
name = "tgov scraper"
3
version = "0.1.0"
4
description = "A set of scripts and notebooks for exploring Tulsa Government Access Television"
5
-authors = ["jdungan <johnadungan@gmail.com>"]
+authors = ["jdungan <johnadungan@gmail.com>", "groovecoder <luke@groovecoder.com>"]
6
readme = "README.md"
7
8
[tool.poetry.dependencies]
9
-python = "3.11.*"
+python = ">=3.11,<3.13"
10
selectolax = "^0.3.28"
11
aiohttp = "^3.11.13"
12
pytest-asyncio = "^0.25.3"
0 commit comments