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 b3a47aa commit 767ba6bCopy full SHA for 767ba6b
setup.py
@@ -41,7 +41,6 @@ def find_version(*file_paths):
41
install_requires=[
42
"cloudformation-cli>=0.1.14",
43
"docker>=3.7,<5",
44
- "urllib3<1.26",
45
],
46
entry_points={
47
"rpdk.v1.languages": [
src/cloudformation_cli_python_lib/interface.py
@@ -1,3 +1,4 @@
1
+# pylint: disable=invalid-name
2
import logging
3
from dataclasses import dataclass
4
from enum import Enum, auto
0 commit comments