Skip to content

Commit b9b3e34

Browse files
committed
respecting format (no spaces)
1 parent 3411951 commit b9b3e34

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
2222
]
2323
dependencies = [
24-
"requests >=2 , <3",
24+
"requests>=2,<3",
2525
]
2626
dynamic = ["version"]
2727

@@ -50,8 +50,8 @@ dev = [
5050
"docker-export[all]",
5151
]
5252
visual = [
53-
"humanfriendly >= 8.0",
54-
"progressbar2 >= 4.0"
53+
"humanfriendly>=8.0",
54+
"progressbar2>=4.0"
5555
]
5656

5757
[project.urls]

0 commit comments

Comments
 (0)