summaryrefslogtreecommitdiffstats
path: root/dialect/googletrans-relax-dependency-requirements.patch
blob: 4131d34377da36c3ecece91087191f4c8bfc05ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -urN googletrans-3.0.0/setup.py googletrans-3.0.0-patched/setup.py
--- googletrans-3.0.0/setup.py	2020-06-14 08:42:01.000000000 +0100
+++ googletrans-3.0.0-patched/setup.py	2020-10-20 22:58:57.205810867 +0100
@@ -58,7 +58,7 @@
         packages=find_packages(exclude=['docs', 'tests']),
         keywords='google translate translator',
         install_requires=[
-            'httpx==0.13.3',
+            'httpx>=0.13.3',
         ],
         tests_require=[
             'pytest',