diff options
Diffstat (limited to 'textproc/translate-toolkit/files/patch-requirements-optional.txt')
-rw-r--r-- | textproc/translate-toolkit/files/patch-requirements-optional.txt | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/textproc/translate-toolkit/files/patch-requirements-optional.txt b/textproc/translate-toolkit/files/patch-requirements-optional.txt new file mode 100644 index 000000000000..73cb62ce072d --- /dev/null +++ b/textproc/translate-toolkit/files/patch-requirements-optional.txt @@ -0,0 +1,38 @@ +--- requirements/optional.txt.orig 2020-09-23 07:08:04 UTC ++++ requirements/optional.txt +@@ -1,25 +1,25 @@ + -r required.txt + + # Format support +-aeidon==1.7.0 # Subtitles ++aeidon>=1.7.0 # Subtitles + # Format support + BeautifulSoup4>=4.3 # Trados + # Encoding detection +-chardet==3.0.4 # chardet ++chardet>=3.0.4 # chardet + # Tmserver backend +-cheroot==8.4.5 # tmserver ++cheroot>=8.4.5 # tmserver + # Format support +-iniparse==0.5 # INI ++iniparse>=0.5 # INI + # Format support +-phply==1.2.5 # PHP ++phply>=1.2.5 # PHP + # To provide translations for language names without need for OS package. +-pycountry==20.7.3 # Languages +-pyenchant==3.1.1 # spellcheck ++pycountry>=20.7.3 # Languages ++pyenchant>=3.1.1 # spellcheck + # Windows Resources (rc2po and po2rc) +-pyparsing==2.4.7 # RC ++pyparsing>=2.4.7 # RC + # Faster matching in e.g. pot2po + python-Levenshtein>=0.12 # Levenshtein + # Format support +-ruamel.yaml==0.16.12 # YAML ++ruamel.yaml>=0.16.12 # YAML + # Format support +-vobject==0.9.6.1 # iCal ++vobject>=0.9.6.1 # iCal |