We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f08dd commit 0c62457Copy full SHA for 0c62457
requirements.txt
@@ -1,2 +1,2 @@
1
botocore
2
-cachetools
+cachetools==5.3.3
setup.py
@@ -6,9 +6,9 @@
6
setuptools.setup(
7
name="botocache",
8
author="rams3sh",
9
- version="0.0.4",
+ version="0.0.5",
10
description="Caching for Boto and Boto3 SDK",
11
packages=["botocache"],
12
install_requires=required,
13
- python_requires='>=3.5',
+ python_requires='>=3.7',
14
)
0 commit comments