Skip to content

Commit

Permalink
dependency version update
Browse files Browse the repository at this point in the history
  • Loading branch information
shtaxxx committed Nov 25, 2018
1 parent 4713e91 commit 240473f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ def read(filename):
url='https://github.com/PyHDI/Pyverilog',
packages=find_packages(),
package_data={'pyverilog.ast_code_generator': ['template/*'], },
install_requires=['Jinja2>=2.8'],
install_requires=['Jinja2>=2.10'],
extras_require={
'graph': ['pygraphviz>=1.3.1'],
'test': ['pytest>=2.8.2', 'pytest-pythonpath>=0.7'],
'test': ['pytest>=3.2', 'pytest-pythonpath>=0.7'],
},
)

0 comments on commit 240473f

Please sign in to comment.