feat: add frequency page

This commit is contained in:
2022-10-04 00:38:55 -03:00
parent 8ddbc1e121
commit bba437f0c6
7 changed files with 148 additions and 17 deletions

View File

@@ -7,6 +7,7 @@ authors = ["tiagovla <tiagovla@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.10"
aiohttp = "^3.8.1"
beautifulsoup4 = "^4.11.1"
[tool.poetry.dev-dependencies]
pytest = "^5.2"