Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
peg requirements to RDFLib 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholascar committed Aug 13, 2024
1 parent 33a158a commit 375f3ec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Run the WSGI application on a Linux/Mac command line from the repository root di
gunicorn wsgi:application
```

To do that you will have to have installed the Python package _gunicorn_, as per the listed requirement in `requirements.deploy.txt`

### Full documentation
See the documentation at <https://rdflib.dev/VocPrez/>.
Expand Down
2 changes: 1 addition & 1 deletion requirements.deploy.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gunicorn==22.0.0
gunicorn==23.0.0
9 changes: 4 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
bs4==0.0.1
flask==1.1.1
Flask==2.3.1
flask_compress==1.8.0
flask-markdown==0.3
markdown==3.2.1
rdflib==6.0.0
rdflib-jsonld==0.5.0
requests==2.31.0
rdflib==5.0.0
requests==2.23.0
pyldapi==3.13
python-dateutil==2.8.1
SPARQLWrapper==1.8.5
SPARQLWrapper==1.8.5

0 comments on commit 375f3ec

Please sign in to comment.