You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I know what you mean... but I'm afraid that it was never working like that. If I understand it correctly, you would like to collect requirements from requirements.txt, process the line "-r .[xxxx,yyy]" and then pickup requirements from setup.py (maybe even respecting selected extras in the brackets). Am I right?
I think in our other repos we have a duplicated set of (pinned) requirements in the requirements.txt file, so I may have just assumed it was picking things up from setup.py/cfg, when it never was.
Maybe I'll just have to do the same thing to this repo (will probably make testing more reliable anyway).
Thanks for the quick fix. Currently, it doesn't seem to pick up anything from
extras_require
in setup.py.I'm now seeing
I900 'aioredis' not listed as a requirement
etc. on https://github.com/aio-libs/aiocache/pull/561/files.Would be great if support for that can be added.
The text was updated successfully, but these errors were encountered: