jezdez / caniusepython3.com

A site to check if your Python project is compatible with Python 3
https://caniusepython3.com/
136 stars 18 forks source link

Pinning is not supported #12

Closed blueyed closed 10 years ago

blueyed commented 10 years ago

When providing e.g. Django==1.6 as input, it reports:

Project Django==1.6 invalid

I could imagine that the pinning / version information would just get ignored for the lookup.

(I have thrown my pip freeze output in there. This resulted in another error:

Couldn't check ['file:///home/jezdez/tmp/tmpxaslvn']

I have not bi-sected it to find the culprit, only tried a single entry then.)

jezdez commented 10 years ago

The pinning info was ignored when providing multiple dependencies, but not when only one. I've fixed that now.