cvprac icon indicating copy to clipboard operation
cvprac copied to clipboard

Add versions for all requirements

Open mharista opened this issue 2 years ago • 1 comments

In requirements.txt and dev-requirements.txt

mharista avatar Aug 09 '22 20:08 mharista

Issue with requests version 2.28.1 of requests. Change is in 2.28.0.

site-packages/requests/exceptions.py", line 41, in init CompatJSONDecodeError.init(self, *args) TypeError: init() missing 2 required positional arguments: 'doc' and 'pos'

version 2.27.1 works fine.

Updating requests version to >=1.0.0, <= 2.27.1

mharista avatar Sep 30 '22 14:09 mharista