Skip to content

Commit d06377a

Browse files
committed
Add devs dependencies
1 parent 6bd3c28 commit d06377a

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

csv_to_dot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
#
1515
# You should have received a copy of the GNU General Public License
1616
# along with this program. If not, see <https://www.gnu.org/licenses/>.
17-
__version__ = '0.0.1';
17+
__version__ = '0.0.2';

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ dependencies = [
1717
[project.scripts]
1818
csv_to_dot = "entry_points_csv_to_dot.csv_to_dot:run"
1919

20+
[project.optional-dependencies]
21+
dev = [
22+
"pynose",
23+
"coverage",
24+
]
25+
2026
[tool.setuptools.dynamic]
2127
version = { attr = "csv_to_dot.__version__" }
2228

0 commit comments

Comments
 (0)