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

--allow-external breaking the app? #11

Closed zsoldosp closed 10 years ago

zsoldosp commented 10 years ago

a requirements.txt file with the below content results in "Couldn't check (file:///path/to/tempfile)

django
--allow-external djcelery

e.g.: Couldn't check ['file:///home/jezdez/tmp/tmpghod8t']. (in case that file is still available on the server)

jezdez commented 10 years ago

FWIW, this should be fixed now, but the above requirements won't actually look for djcelery (whose correct name is django-celery) It needs to be:

django
django-celery
--allow-external django-celery