Skip to content

Commit

Permalink
chore: loosen the range of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
frolvanya committed May 29, 2024
1 parent 5d80351 commit f5ddc1b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,9 @@
install_requires=[
"asyncio>=3.4.3",
"dataclasses>=0.6",
"dataclasses-json>=0.6.6",
"botocore>=1.34.70",
"aiobotocore>=2.13.0",
"dataclasses-json>=0.5.7",
"aiobotocore>=2.3.0",
"requests>=2.32.2",
"types-botocore>=1.0.2",
"types-aiobotocore>=2.13.0",
"types-requests>=2.32.0.20240523",
],
package_data={"near_lake_framework": ["py.typed"]},
)

0 comments on commit f5ddc1b

Please sign in to comment.