diff --git a/templates/python/v7.10.0/requirements.mustache b/templates/python/v7.10.0/requirements.mustache new file mode 100644 index 0000000..a0c0e66 --- /dev/null +++ b/templates/python/v7.10.0/requirements.mustache @@ -0,0 +1,15 @@ +urllib3 >= 1.25.3, < 3.0.0 +python_dateutil >= 2.8.1, < 3.0.0 +{{#asyncio}} +aiohttp >= 3.8.4 +aiohttp-retry >= 2.8.3 +{{/asyncio}} +{{#tornado}} +tornado = ">= 4.2, < 5" +{{/tornado}} +{{#hasHttpSignatureMethods}} +pem >= 19.3.0 +pycryptodome >= 3.9.0 +{{/hasHttpSignatureMethods}} +pydantic >= 2 +typing-extensions >= 4.7.1