Explorar el Código

Update acceptable tenacity versions

Removes a conflict with CloudLaunch:
https://github.com/galaxyproject/cloudlaunch/blob/f3c083ad0ea47ffab145d1ae4796ec130daa1f8d/setup.py#L95
Enis Afgan hace 6 años
padre
commit
1611f8795d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -21,7 +21,7 @@ with open(os.path.join('cloudbridge', '__init__.py')) as f:
 
 REQS_BASE = [
     'six>=1.11',
-    'tenacity>=4.12.0,<=5.0',
+    'tenacity>=6.0',
     'cachetools>=2.1.0',
     'deprecation>=2.0.7',
     'pyeventsystem<2'