Skip to content

Commit

Permalink
solving pytest dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nfb2021 committed Oct 7, 2024
1 parent 8a6a1d5 commit e66630d
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@
sys.exit(1)

if __name__ == "__main__":
setup(
use_pyscaffold=True,
install_requires=[
'pytest',
'pytest-cov',
# other dependencies
])
setup(use_pyscaffold=True,
install_requires=[
'pytest',
'pytest-cov',
'parse',
])

0 comments on commit e66630d

Please sign in to comment.