We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32cd0d3 + 6577de7 commit 980a2baCopy full SHA for 980a2ba
requirements.txt
@@ -1,5 +1,5 @@
1
requests
2
-more-executors
+more-executors>=1.19.1
3
six
4
monotonic
5
edgegrid-python
setup.py
@@ -42,7 +42,7 @@ def get_long_description():
42
],
43
install_requires=[
44
'requests',
45
- 'more-executors',
+ 'more-executors>=1.19.1',
46
'six',
47
'monotonic',
48
'edgegrid-python',
0 commit comments