Skip to content

Commit

Permalink
Merge pull request #180 from KOSASIH/deepsource-transform-0fa68ecb
Browse files Browse the repository at this point in the history
style: format code with Autopep8, Black, ClangFormat, dotnet-format, Go fmt, Gofumpt, Google Java Format, isort, Ktlint, PHP CS Fixer, Prettier, RuboCop, Ruff Formatter, Rustfmt, Scalafmt, StandardJS, StandardRB, swift-format and Yapf
  • Loading branch information
KOSASIH authored May 12, 2024
2 parents 6fb44a8 + e6e6287 commit 9e6d425
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions identity_verifier/setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from setuptools import setup

setup(
name='identity-verifier',
version='0.1',
packages=['identity_verifier'],
name="identity-verifier",
version="0.1",
packages=["identity_verifier"],
install_requires=[
'numpy',
'opencv-python',
"numpy",
"opencv-python",
# Add other dependencies here
]
],
)

0 comments on commit 9e6d425

Please sign in to comment.