|
1 | 1 | {{#if asyncio}} |
2 | | -{{#if quoted}}"{{/if}}aiohttp ~= 3.0.0{{#if quoted}}",{{/if}} |
| 2 | +{{#if quoted}}"{{/if}}aiohttp >= 3.0.0{{#if quoted}}",{{/if}} |
3 | 3 | {{/if}} |
4 | | -{{#if quoted}}"{{/if}}certifi ~= 14.5.14{{#if quoted}}",{{/if}} |
| 4 | +{{#if quoted}}"{{/if}}certifi >= 14.5.14{{#if quoted}}",{{/if}} |
5 | 5 | {{#if quoted}}"{{/if}}frozendict ~= 2.3.4{{#if quoted}}",{{/if}} |
6 | 6 | {{#if hasHttpSignatureMethods}} |
7 | | -{{#if quoted}}"{{/if}}pem ~= 19.3.0{{#if quoted}}",{{/if}} |
8 | | -{{#if quoted}}"{{/if}}pycryptodome ~= 3.9.0{{#if quoted}}",{{/if}} |
| 7 | +{{#if quoted}}"{{/if}}pem >= 19.3.0{{#if quoted}}",{{/if}} |
| 8 | +{{#if quoted}}"{{/if}}pycryptodome >= 3.9.0{{#if quoted}}",{{/if}} |
9 | 9 | {{/if}} |
10 | 10 | {{#if quoted}}"{{/if}}python-dateutil ~= 2.7.0{{#if quoted}}",{{/if}} |
11 | | -{{#if quoted}}"{{/if}}setuptools ~= 21.0.0{{#if quoted}}",{{/if}} |
| 11 | +{{#if quoted}}"{{/if}}setuptools >= 21.0.0{{#if quoted}}",{{/if}} |
12 | 12 | {{#if tornado}} |
13 | | -{{#if quoted}}"{{/if}}tornado ~= 4.2{{#if quoted}}",{{/if}} |
| 13 | +{{#if quoted}}"{{/if}}tornado >= 4.2{{#if quoted}}",{{/if}} |
14 | 14 | {{/if}} |
15 | 15 | {{#if quoted}}"{{/if}}typing_extensions ~= 4.3.0{{#if quoted}}",{{/if}} |
16 | | -{{#if quoted}}"{{/if}}urllib3 ~= 1.26.12{{#if quoted}}",{{/if}} |
| 16 | +{{#if quoted}}"{{/if}}urllib3 ~= 1.26.7{{#if quoted}}",{{/if}} |
0 commit comments