diff --git a/setup.py b/setup.py
index de806c2f13d3fd6e9466e0fa7a2afa30f62a3885..43de55c32e7c993deedc5b8271c50ece331223f4 100644
--- a/setup.py
+++ b/setup.py
@@ -11,12 +11,12 @@ setup(
     url='https://thecodelabs.de/TheCodeLabs/PythonLibs',
     keywords=[],
     install_requires=[
-    ],
-    setup_requires=[
-        'wheel',
         'flask',
         'gevent'
     ],
+    setup_requires=[
+        'wheel'
+    ],
     classifiers=[
         'Development Status :: 5 - Production/Stable',
         'Intended Audience :: Developers',