Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
avollkopf committed Nov 17, 2022
1 parent 8b2e0fb commit f38697d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
@@ -1,3 +1,4 @@
typing-extensions>=4
aiohttp==3.8.1
aiohttp-auth==0.1.1
aiohttp-route-decorator==0.1.4
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -38,6 +38,7 @@
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",
Expand Down

0 comments on commit f38697d

Please sign in to comment.