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

Commit

Permalink
Initial version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostrzyciel committed Mar 13, 2023
1 parent b2805cf commit 91e1031
Show file tree
Hide file tree
Showing 4 changed files with 1,119 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,7 @@ dmypy.json

# Pyre type checker
.pyre/

/.idea

/data
14 changes: 14 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
jupyter = "*"
rdflib = "==6.2.0"

[dev-packages]

[requires]
python_version = "3.10"
python_full_version = "3.10.9"
Loading

0 comments on commit 91e1031

Please sign in to comment.