diff --git a/setup.py b/setup.py index 2bac6df5..98cb4b9f 100644 --- a/setup.py +++ b/setup.py @@ -143,7 +143,7 @@ setup( 'Topic :: Internet :: WWW/HTTP', 'Topic :: Office/Business', 'Topic :: Software Development :: Libraries :: Python Modules', - ], + ], install_requires = requires, extras_require = extras,