Skip to content

Commit e0d56aa

Browse files
committed
Versions of the required software are specified in setup.py.
1 parent f69c3ee commit e0d56aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Install on your python environment by using pip.
4949

5050
pip install jinja2 pytest pytest-pythonpath
5151

52-
- Pyverilog: 1.0.0 or later
52+
- Pyverilog: 1.0.1 or later
5353

5454
Install from pip:
5555

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ def read(filename):
2121
url='https://github.com/PyHDI/veriloggen',
2222
packages=find_packages(),
2323
#package_data={ 'path' : ['*.*'], },
24-
install_requires=[ 'pyverilog', 'Jinja2' ],
24+
install_requires=[ 'pyverilog>=1.0.1', 'Jinja2>=2.8' ],
2525
extras_require={
26-
'test' : [ 'pytest', 'pytest-pythonpath' ],
26+
'test' : [ 'pytest>=2.8.2', 'pytest-pythonpath>=0.7' ],
2727
},
2828
)

0 commit comments

Comments
 (0)