Skip to content

Commit 240473f

Browse files
committed
dependency version update
1 parent 4713e91 commit 240473f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ def read(filename):
2222
url='https://github.com/PyHDI/Pyverilog',
2323
packages=find_packages(),
2424
package_data={'pyverilog.ast_code_generator': ['template/*'], },
25-
install_requires=['Jinja2>=2.8'],
25+
install_requires=['Jinja2>=2.10'],
2626
extras_require={
2727
'graph': ['pygraphviz>=1.3.1'],
28-
'test': ['pytest>=2.8.2', 'pytest-pythonpath>=0.7'],
28+
'test': ['pytest>=3.2', 'pytest-pythonpath>=0.7'],
2929
},
3030
)

0 commit comments

Comments
 (0)