-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathtest.txt
More file actions
23 lines (17 loc) · 802 Bytes
/
test.txt
File metadata and controls
23 lines (17 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
requests_toolbelt>=1.0.0
urllib3<3; python_version >= "3.9"
urllib3!=2.0.0,<3; python_version < "3.9"
requests>=2.32.2; python_version >= "3.9"
requests>=2.22.0,<2.32; python_version >= "3.7" and python_version < "3.9"
requests>=2.22.0,<2.28; python_version < "3.7"
coverage>=7.6.0; python_version >= "3.13"
coverage>=7.5.0; python_version >= "3.9" and python_version < "3.13"
coverage>=5.0,<7.0; python_version >= "3.7" and python_version < "3.9"
coverage==4.5.4; python_version < "3.7"
responses>=0.25.0; python_version >= "3.8"
responses>=0.18.0,<0.25; python_version >= "3.7" and python_version < "3.8"
responses<0.18.0; python_version < "3.7"
black>=24.8.0; python_version >= "3.8"
black==19.10b0; python_version < "3.8"
tox>=4; python_version >= "3.13"
tox==3.14.2; python_version < "3.13"