1
0

Port storage/ to Python 3 (#3725)

This commit is contained in:
Amber Brown
2018-08-31 00:19:58 +10:00
committed by GitHub
parent 475253a88e
commit 14e4d4f4bf
17 changed files with 208 additions and 36 deletions

View File

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