Skip to content

Commit

Permalink
fix: requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
subotic committed Oct 28, 2019
1 parent aaa913d commit b5941f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Expand Up @@ -4,7 +4,7 @@ tqdm
twine
mkdocs==1.0.4
mkdocs-material
git+https://github.com/RDFLib/rdflib.git
rdflib
lxml
validators
requests
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -20,7 +20,7 @@
"Operating System :: OS Independent",
],
install_requires=[
'rdflib @ https://github.com/RDFLib/rdflib/tarball/master#egg=rdflib-5.0.0',
'rdflib',
'lxml',
'validators',
'requests',
Expand Down

0 comments on commit b5941f1

Please sign in to comment.