Skip to content

Commit f47e8c1

Browse files
Fix setup.py dependencies formatting
Add a trailing comma to the pydantic dependency in setup.py. This improves readability and maintains consistency with other dependencies listed.
1 parent ceb7e97 commit f47e8c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"python-jose[cryptography]>=3.3.0",
1616
"passlib[bcrypt]>=1.7.4",
1717
"slowapi>=0.1.9",
18-
"pydantic>=2.1.1"
18+
"pydantic>=2.1.1",
1919
],
2020
extras_require={
2121
"test": [

0 commit comments

Comments
 (0)