Skip to content

Commit d813ba6

Browse files
committed
Fix missing comma within requirements
1 parent 2169ac9 commit d813ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def read(*parts):
3838
packages=find_packages(exclude=("tests*",)),
3939
python_requires=">=3.7",
4040
install_requires=[
41-
"pydantic>=2,<3"
41+
"pydantic>=2,<3",
4242
"requests>=2.7.0",
4343
"python-dateutil>=2.4.2",
4444
"pytz>=2017.2,<=2021.1",

0 commit comments

Comments
 (0)