To specify which dependencies your package has `install_requires=['mydep']` in setup.py should be used. Now the setup.py does not contain that key, making it hard to find how to specify package dependencies.