Are you able to install pipdeptree. Using pip again. If you succeed, run:
pipeptree -p twisted
Here is what I get:
If you download the package and extract it ( it is a zip file with a different extension ) you can open the setup.py and under section "install_requires" you will see the requirements. pip has download command instead of install
pipeptree -p twisted
Here is what I get:
Output:Twisted==17.9.0
- Automat [required: >=0.3.0, installed: 0.6.0]
- attrs [required: Any, installed: 17.4.0]
- six [required: Any, installed: 1.11.0]
- constantly [required: >=15.1, installed: 15.1.0]
- hyperlink [required: >=17.1.1, installed: 18.0.0]
- idna [required: >=2.5, installed: 2.6]
- incremental [required: >=16.10.1, installed: 17.5.0]
- zope.interface [required: >=4.0.2, installed: 4.4.3]
- setuptools [required: Any, installed: 39.0.1]
Maybe you should ask the support team. Do you know if your repo is regularly updated?If you download the package and extract it ( it is a zip file with a different extension ) you can open the setup.py and under section "install_requires" you will see the requirements. pip has download command instead of install