Files
galaxy-integrations-python-api/requirements.txt
Miron Moderau f0f6210c3e Split requirements-dev.txt from requirements.txt
All pytest and types requirements are moved.
Also, the pip bug comment is made more explanatory.
2021-09-08 15:33:18 +02:00

8 lines
198 B
Plaintext

-e .
# Copied from setup.py because of a pip bug
# see https://github.com/pypa/pip/issues/4780
aiohttp==3.5.4
certifi==2019.3.9
psutil==5.6.6; sys_platform == 'darwin'
# End of copy from setup.py