Skip to content

Commit 2e5047a

Browse files
committed
add missing commas
1 parent 1c40ceb commit 2e5047a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
'google-cloud-storage>=3.1.1',
4343
'pyjwt[crypto] >= 2.10.1',
4444
'httpx[http2] == 0.28.1',
45-
'typing-extensions >= 4.12.0'
46-
'types-requests'
47-
'types-httplib2'
45+
'typing-extensions >= 4.12.0',
46+
'types-requests',
47+
'types-httplib2',
4848
]
4949

5050
setup(

0 commit comments

Comments
 (0)