Skip to content

Commit

Permalink
🔀 Merge pull request #33 from astariul/astariul-patch-1
Browse files Browse the repository at this point in the history
⬆️ Upgrade black
  • Loading branch information
astariul authored Feb 14, 2024
2 parents e2becb1 + 535c1eb commit 4187df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
extras_require = {
"test": ["pytest~=8.0", "pytest-asyncio~=0.18", "pytest-cov~=3.0", "coverage-badge~=1.0"],
"hook": ["pre-commit~=3.0"],
"lint": ["isort~=5.9", "black~=23.1", "flake518~=1.2", "darglint~=1.8"],
"lint": ["isort~=5.9", "black~=24.1", "flake518~=1.2", "darglint~=1.8"],
"docs": ["mkdocs-material~=9.0", "mkdocstrings[python]~=0.18", "mike~=2.0"],
"ex": ["fastapi~=0.75", "uvicorn~=0.17", "requests~=2.27", "transformers~=4.17"],
}
Expand Down

0 comments on commit 4187df8

Please sign in to comment.