spulec / uncurl

A library to convert curl requests to python-requests.
Apache License 2.0
615 stars 96 forks source link

Old version in Pypi (from 2019) #44

Closed AlxndrJhn closed 3 years ago

AlxndrJhn commented 3 years ago

I had the same issue as #33 and could fix it by running

pip install git+https://github.com/spulec/uncurl.git

According to https://pypi.org/project/uncurl/#history the pypi version is outdated.

spulec commented 3 years ago

I've just released 0.0.11 which should solve this.