We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5044ce3 commit 948c124Copy full SHA for 948c124
requirements.txt
@@ -1,5 +1,5 @@
1
appdirs==1.4.4
2
-attrs==20.1.0
+attrs==21.2.0
3
boto3==1.17.105
4
chardet==3.0.4
5
dependency-injector==3.23.2
setup.py
@@ -25,7 +25,7 @@
25
],
26
},
27
install_requires=[
28
- "attrs==20.1.0",
+ "attrs==21.2.0",
29
"appdirs==1.4.4",
30
"boto3==1.17.105",
31
"chardet==3.0.4",
0 commit comments