Skip to content

Commit

Permalink
including pytest among dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nucccc committed Dec 3, 2023
1 parent 281271b commit 650ce25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
description='code conversion from python to cython',
install_requires=[
'pydantic >= 2.4.2',
'coverage >= 7.3.2'
'coverage >= 7.3.2',
'coverage >= 7.4.3'
])

0 comments on commit 650ce25

Please sign in to comment.