Skip to content

Commit bc621d2

Browse files
committed
Removing jinja2 dependency. It will be installed automatically by the pyverilog installation.
1 parent b7d29bf commit bc621d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ def read(filename):
2222
'veriloggen.types.template': ['*.*'],
2323
'veriloggen.simulation': ['*.cpp'],
2424
},
25-
install_requires=['Jinja2>=2.10',
26-
'pyverilog>=1.3.0',
25+
install_requires=['pyverilog>=1.3.0',
2726
'numpy>=1.17'],
2827
extras_require={
2928
'test': ['pytest>=3.8.1', 'pytest-pythonpath>=0.7.3'],

0 commit comments

Comments
 (0)