1
0

Make workers work on Py3 (#4027)

This commit is contained in:
Amber Brown
2018-10-13 00:14:08 +11:00
committed by GitHub
parent 8ddd0f273c
commit 381d2cfdf0
13 changed files with 64 additions and 62 deletions

View File

@@ -82,9 +82,6 @@ CONDITIONAL_REQUIREMENTS = {
"psutil": {
"psutil>=2.0.0": ["psutil>=2.0.0"],
},
"affinity": {
"affinity": ["affinity"],
},
"postgres": {
"psycopg2>=2.6": ["psycopg2"]
}