We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4713e91 commit 240473fCopy full SHA for 240473f
setup.py
@@ -22,9 +22,9 @@ def read(filename):
22
url='https://github.com/PyHDI/Pyverilog',
23
packages=find_packages(),
24
package_data={'pyverilog.ast_code_generator': ['template/*'], },
25
- install_requires=['Jinja2>=2.8'],
+ install_requires=['Jinja2>=2.10'],
26
extras_require={
27
'graph': ['pygraphviz>=1.3.1'],
28
- 'test': ['pytest>=2.8.2', 'pytest-pythonpath>=0.7'],
+ 'test': ['pytest>=3.2', 'pytest-pythonpath>=0.7'],
29
},
30
)
0 commit comments