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 f7ca646 commit 109309eCopy full SHA for 109309e
setup.py
@@ -21,7 +21,7 @@ def read(filename):
21
url='https://github.com/PyHDI/veriloggen',
22
packages=find_packages(),
23
#package_data={ 'path' : ['*.*'], },
24
- install_requires=[ 'pyverilog>=1.0.1', 'Jinja2>=2.8' ],
+ install_requires=[ 'pyverilog>=1.0.2', 'Jinja2>=2.8' ],
25
extras_require={
26
'graph' : [ 'pygraphviz>=1.3.1' ],
27
'test' : [ 'pytest>=2.8.2', 'pytest-pythonpath>=0.7' ],
0 commit comments