added async-session decorator from own project; changed logging setup; added CLI parameters

This commit is contained in:
2021-11-30 12:46:48 +01:00
parent 36226fc1be
commit c23c963cd8
5 changed files with 48 additions and 14 deletions
+1
View File
@@ -23,6 +23,7 @@ python_requires = >=3.8
install_requires =
beautifulsoup4
aiohttp
webutils-df
[options.extras_require]
tests =