aboutsummaryrefslogblamecommitdiff
path: root/devel/py-protobuf-compiler/files/patch-setup.py
blob: 655529de5cd82b8ae473100d95ccf48ecd0e1694 (plain) (tree)




















                                                 
--- setup.py.orig	2021-02-24 08:56:12 UTC
+++ setup.py
@@ -24,12 +24,12 @@ setup(
         "Programming Language :: Python :: 3.6",
     ],
     install_requires=[
-        'grpcio==1.18.0',
-        'grpcio-tools==1.18.0',
-        'colorama==0.3.3',
-        'termcolor==1.1.0',
-        'tqdm==4.31.1',
-        'bleach==2.1.0'
+        'grpcio>=1.18.0',
+        'grpcio-tools>=1.18.0',
+        'colorama>=0.3.3',
+        'termcolor>=1.1.0',
+        'tqdm>=4.31.1',
+        'bleach>=2.1.0'
     ],
     entry_points={
         'console_scripts': [