Filipe L B Correia
Results
2
comments of
Filipe L B Correia
I'm having a similar issue when using `url`. `pyproject.toml`: ``` django-requestlogging = {url = "https://bitbucket.org/miohtama/django-requestlogging/get/fc515e3b3029.zip"} ``` `poetry.lock` (no hashes stored): ``` django-requestlogging = [] ``` Exported `requirements.txt` (no hashes, wrong...
@puremourning > I feel like this is better implemented in the server than the client. Ie the second argument to fix it can be used to filter the results server...