Sundar
Sundar
@zulipbot claim
Hey @neiljp. Thank you for the feedback. - So about making it no-op, does seem very tough as the functions I have used are what pip uses as well during...
@neiljp Thank you for the clarity. I have my exams, but will update the PR ASAP.
@zulipbot claim
Hey, I would like to work on this. So, the tasks involved would be - 1. Refactor the code to add another parameter to the `call_endpoint` function to specify the...
Hey @timabbott. This was what I had in mind. This is very rudimentary and might need more logic and error handling. I ended up creating `.config` where you can set...
Need to add tests, linter and a workflow.
> Why not have just a .env.example file with all possible configurations and add in the docker-compose.yml the following line > > ```yaml > env_file: > - .env > ```...
Got it. We'll be generating a `.env` from `.env.example`.
@neiljp Since we can't import from setup.py, the only way I found out was to use `ast` to get `install_requires`. Is that fine or is there any other method?