mirror of
https://github.com/gogcom/galaxy-integrations-python-api.git
synced 2026-01-01 03:18:25 -05:00
All pytest and types requirements are moved. Also, the pip bug comment is made more explanatory.
8 lines
198 B
Plaintext
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
|