import token stores into __init__

This commit is contained in:
2022-04-23 14:45:11 +02:00
parent 4f8221fb0b
commit 7636483346
3 changed files with 23 additions and 0 deletions

View File

@@ -1 +1,2 @@
from avt_fresh.api import ApiClient
from avt_fresh.token import TokenStoreOnRedis, TokenStoreOnDisk

View File

@@ -1,5 +1,26 @@
async-timeout==4.0.2
bleach==5.0.0
certifi==2021.10.8
charset-normalizer==2.0.12
commonmark==0.9.1
Deprecated==1.2.13
docutils==0.18.1
idna==3.3
importlib-metadata==4.11.3
keyring==23.5.0
packaging==21.3
pkginfo==1.8.2
Pygments==2.11.2
pyparsing==3.0.8
readme-renderer==35.0
redis==4.2.2
requests==2.27.1
requests-toolbelt==0.9.1
rfc3986==2.0.0
rich==12.2.0
six==1.16.0
twine==4.0.0
urllib3==1.26.9
webencodings==0.5.1
wrapt==1.14.0
zipp==3.8.0

View File

@@ -11,6 +11,7 @@ setup(
url="https://github.com/zevaverbach/avt-fresh",
install_requires=[
"requests",
"redis",
],
packages=[
"avt_fresh",