mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-21 22:48:16 +01:00
update requirements
This commit is contained in:
parent
8b2e0fb1d8
commit
f38697df93
2 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
typing-extensions>=4
|
||||
aiohttp==3.8.1
|
||||
aiohttp-auth==0.1.1
|
||||
aiohttp-route-decorator==0.1.4
|
||||
|
|
1
setup.py
1
setup.py
|
@ -38,6 +38,7 @@ setup(name='cbpi4',
|
|||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
install_requires=[
|
||||
"typing-extensions>=4",
|
||||
"aiohttp==3.8.1",
|
||||
"aiohttp-auth==0.1.1",
|
||||
"aiohttp-route-decorator==0.1.4",
|
||||
|
|
Loading…
Reference in a new issue