change order of dev requirements
STEP: pip install -r requirements/dev.txt
ERROR: invalid command 'bdist_wheel'
ERROR: Failed building wheel for astropy-helpers
ERROR: Failed to build one or more wheels
Traceback (most recent call last):
File "/home/lautenbach/Repos/esap-api-gateway/env/lib/python3.8/site-packages/setuptools/installer.py", line 128, in fetch_build_egg
subprocess.check_call(cmd)
File "/usr/lib/python3.8/subprocess.py", line 364, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/home/lautenbach/Repos/esap-api-gateway/env/bin/python3', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmp_a7z5jzp', '--quiet', '--index-url', 'https://pypi.python.org/simple', 'astropy-helpers==3.2.2']' returned non-zero exit status 1.
FIX: Since requirements/dev.text contains wheel, 'wheel' should be installed before base.txt. Checked and worked