From 9a1340d09c5c5bc6192c7c522af3dba766ee961f Mon Sep 17 00:00:00 2001 From: cevoj35548 Date: Fri, 2 Jun 2023 21:19:46 -0500 Subject: [PATCH] Exclude msvc-runtime from linux users; clarify usage in README --- README.md | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d16f72..87d9122 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Run `FmhyChecker.pyw` This tool takes links inputted into the field on the left, and checks if they are not already present in the wiki. -**Dupes** ***(already in wiki)*** will be indicated with a ❌, and **Unique links** ***(NOT in wiki)*** will have a ✅. +**Links** ***already*** **in the wiki** will be indicated with a ❌, and **links** ***NOT*** **in the wiki** will have a ✅. Links will be automatically pulled using regex. The regex is designed to ignore trailing `/`, `http`/`https`, and `www`/`ww1`...`2`...etc to be as flexible as possible. diff --git a/requirements.txt b/requirements.txt index e222201..6a47d31 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ greenlet==2.0.2 grequests==0.6.0 html5lib==1.1 idna==3.4 -msvc-runtime==14.34.31931 +msvc-runtime==14.34.31931; sys_platform == 'win32' Nuitka==1.5.4 ordered-set==4.1.0 pycparser==2.21