Update requirements

This commit is contained in:
2022-05-28 09:31:34 -05:00
parent 1960a88b3e
commit 1b1e569832
2 changed files with 407 additions and 1 deletions

View File

@@ -13,12 +13,14 @@ google-auth-oauthlib = "^0.5.1"
rich = "^12.4.4"
python-dateutil = "^2.8.2"
httpx = "^0.23.0"
Authlib = "^1.0.1"
[tool.poetry.dev-dependencies]
black = "^22.3.0"
mypy = "^0.960"
flake8 = "^4.0.1"
isort = "^5.10.1"
ipython = "^8.4.0"
[tool.poetry.scripts]
wordlinator = "wordlinator.app:sync_main"