diff options
author | Martin Fischer <martin@push-f.com> | 2022-06-25 01:05:07 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-06-25 01:05:07 +0200 |
commit | 7ed4d385fa6f2396cf0bf337db27674914c9aeb6 (patch) | |
tree | a6c8597d292324bfa9b0ee60e547f5955ec95fe3 | |
parent | 24a3fa8c5f3e0931b52cfdf6a24bfe035fa9cf31 (diff) |
add requirements.txt
-rw-r--r-- | requirements.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..3b01fe4 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,6 @@ +luadata==1.0.5 +mwparserfromhell==0.6.4 +pywikiapi==4.3.0 +requests==2.25.1 +sparqlwrapper==2.0.0 +tomli==1.2.3 |