Skip to content

Commit c7abebc

Browse files
maxxiefjvc00kiemon5ter
authored andcommitted
Fix extra requires
1 parent 270ea92 commit c7abebc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
install_requires=[
1414
'oic >= 1.2.1',
1515
],
16-
extras_require=[
17-
'pymongo',
18-
'redis',
19-
]
16+
extras_require={
17+
'mongo': 'pymongo',
18+
'redis': 'redis',
19+
},
2020
)

0 commit comments

Comments
 (0)