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 f69c3ee commit e0d56aaCopy full SHA for e0d56aa
README.md
@@ -49,7 +49,7 @@ Install on your python environment by using pip.
49
50
pip install jinja2 pytest pytest-pythonpath
51
52
-- Pyverilog: 1.0.0 or later
+- Pyverilog: 1.0.1 or later
53
54
Install from pip:
55
setup.py
@@ -21,8 +21,8 @@ def read(filename):
21
url='https://github.com/PyHDI/veriloggen',
22
packages=find_packages(),
23
#package_data={ 'path' : ['*.*'], },
24
- install_requires=[ 'pyverilog', 'Jinja2' ],
+ install_requires=[ 'pyverilog>=1.0.1', 'Jinja2>=2.8' ],
25
extras_require={
26
- 'test' : [ 'pytest', 'pytest-pythonpath' ],
+ 'test' : [ 'pytest>=2.8.2', 'pytest-pythonpath>=0.7' ],
27
},
28
)
0 commit comments