diff options
author | Martin Fischer <martin@push-f.com> | 2022-07-12 14:38:29 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-07-12 15:03:11 +0200 |
commit | 263eead8fcd67ee032a4fc6a250bed11f19c5d28 (patch) | |
tree | 310c8ddb9d3075a2768ee9ebf4b0d8b13e0ae349 | |
parent | 0fb3c7ad3fcb67b3cc9488acf2885a64a95ef4c3 (diff) |
add requirements.txt
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..cca1bd1 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +mwparserfromhell==0.6.4 +pywikiapi==4.3.0 |