Skip to content

Commit

Permalink
chore: voter+flare skel
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeister committed Jul 27, 2024
1 parent fb33eb4 commit 7bc2e26
Show file tree
Hide file tree
Showing 5 changed files with 457 additions and 4 deletions.
281 changes: 277 additions & 4 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ dependencies = [
"tldextract>=5.1.2",
"BeautifulSoup4>=4.12.3",
"aiohttp>=3.9.5",
"bottle>=0.12.25",
"waitress>=3.0.0",
"selenium>=4.23.1",
"func-timeout>=4.3.5",
"prometheus-client>=0.20.0",
"certifi>=2024.7.4",
"websockets>=12.0",
"xvfbwrapper>=0.2.9",
"setuptools>=71.1.0",
]
requires-python = ">=3.10"
readme = "docs/README.md"
Expand Down
Loading

0 comments on commit 7bc2e26

Please sign in to comment.