Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Oct 27, 2023
1 parent e3498d4 commit c64458a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ repos:
name: black
entry: black
language: python
language_version: python3.8
args:
- .
- --check
5 changes: 4 additions & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,5 +147,8 @@ def packages(self):
package_dir={"": "pkg"},
packages=LazyPackageFinder(finder=partial(find_packages, where="pkg")),
python_requires=">=3.7",
install_requires=[f"protobuf>={PROTOBUF_VERSION}, <=3.20.3", "betterproto[compiler]>=2.0.0b6"],
install_requires=[
f"protobuf>={PROTOBUF_VERSION}, <=3.20.3",
"betterproto[compiler]>=2.0.0b6",
],
)

0 comments on commit c64458a

Please sign in to comment.