Skip to content

Commit 275dbe8

Browse files
committed
[setup] Add 'owlrl' dependency
1 parent 5b6462a commit 275dbe8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ init:
3737
build: false
3838

3939
install:
40-
- python -m pip install lxml enum34 pyyaml rdflib
40+
- python -m pip install lxml enum34 pyyaml rdflib owlrl
4141

4242
test_script:
4343
- python --version

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
with open('README.md') as f:
3131
description_text = f.read()
3232

33-
install_req = ["lxml", "pyyaml>=5.1", "rdflib", "docopt", "pathlib"]
33+
install_req = ["lxml", "pyyaml>=5.1", "rdflib", "docopt", "pathlib", "owlrl"]
3434

3535
if sys.version_info < (3, 4):
3636
install_req += ["enum34"]

0 commit comments

Comments
 (0)