We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3411951 commit b9b3e34Copy full SHA for b9b3e34
1 file changed
pyproject.toml
@@ -21,7 +21,7 @@ classifiers = [
21
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
22
]
23
dependencies = [
24
- "requests >=2 , <3",
+ "requests>=2,<3",
25
26
dynamic = ["version"]
27
@@ -50,8 +50,8 @@ dev = [
50
"docker-export[all]",
51
52
visual = [
53
- "humanfriendly >= 8.0",
54
- "progressbar2 >= 4.0"
+ "humanfriendly>=8.0",
+ "progressbar2>=4.0"
55
56
57
[project.urls]
0 commit comments