Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/987711 )

Change subject: [fix] Add mandatory dependencies to requirements.txt
......................................................................

[fix] Add mandatory dependencies to requirements.txt

Bug: T354325
Change-Id: Ifedc038dc994e8c07a0c82d5cd35a20ce17032db
---
M requirements.txt
1 file changed, 12 insertions(+), 0 deletions(-)

Approvals:
  jenkins-bot: Verified
  Xqt: Looks good to me, approved




diff --git a/requirements.txt b/requirements.txt
index ff2d96d..249a822 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -18,7 +18,9 @@
 # $ awk -F '[#>=]' '{print $1}' requirements.txt | xargs apt-cache search

 # mandatory dependencies, others are optional
+importlib_metadata ; python_version < '3.8'
 mwparserfromhell>=0.5.2
+packaging
 requests>=2.21.0
 setuptools>=48.0.0 ; python_version >= '3.10'
 setuptools>=40.8.0 ; python_version < '3.10'

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/987711
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ifedc038dc994e8c07a0c82d5cd35a20ce17032db
Gerrit-Change-Number: 987711
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to