Skip to content

Commit bea572e

Browse files
committed
dependency
1 parent d293398 commit bea572e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def read(filename):
2424
package_data={'pyverilog.ast_code_generator': ['template/*'], },
2525
install_requires=['Jinja2>=2.10'],
2626
extras_require={
27-
'graph': ['pygraphviz>=1.3.1'],
2827
'test': ['pytest>=3.2', 'pytest-pythonpath>=0.7'],
28+
'graph': ['pygraphviz>=1.3.1'],
2929
},
3030
)

0 commit comments

Comments
 (0)