Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
brew update
python --version
sudo -H pip install --upgrade virtualenv
brew install pyenv
brew install pyenv -v 1.2.13
echo 'eval "$(pyenv init -)"' >> ~/.bash_profile
source ~/.bash_profile
pyenv install 3.4.8
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ def test_suite():
test_suite='setup.test_suite',
install_requires=[
'ply',
'pyparsing<=1.5.7;python_version<="2.8"',
'rdflib',
'six',
'pyyaml',
'xmltodict',
],
python_requires='>=2.7',
entry_points={
'console_scripts': [
'spdx-tv2rdf = spdx.tv_to_rdf:main',
Expand Down