Skip to content

Commit

Permalink
add boto type stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Jul 17, 2024
1 parent c345a7a commit 06928df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"aiocron==1.8",
"aiocsv==1.3.2",
"aiofiles==24.1.0",
"types-aiofiles>=24.0,<25.0",
"aiohttp[speedups]==3.9.5",
"elasticsearch[async]==8.14.0",
"opensearch-py[async]==2.6.0",
Expand Down Expand Up @@ -60,6 +59,8 @@
"anyio==4.3.0",
"flake8>=2.6.0",
"black",
"types-aiofiles>=24.0,<25.0",
"types-boto",
],
},
entry_points={
Expand Down

0 comments on commit 06928df

Please sign in to comment.