Skip to content

Commit 980a2ba

Browse files
authored
Merge pull request #10 from danrodrig/executors-req
Add more-executors >= 1.19.1 requirement
2 parents 32cd0d3 + 6577de7 commit 980a2ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
requests
2-
more-executors
2+
more-executors>=1.19.1
33
six
44
monotonic
55
edgegrid-python

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def get_long_description():
4242
],
4343
install_requires=[
4444
'requests',
45-
'more-executors',
45+
'more-executors>=1.19.1',
4646
'six',
4747
'monotonic',
4848
'edgegrid-python',

0 commit comments

Comments
 (0)