markfinger / python-react

Server-side rendering of React components
MIT License
1.62k stars 116 forks source link

Remove django from requirements.txt #30

Closed andybak closed 9 years ago

andybak commented 9 years ago

Typing 'pip install django-react -U' shouldn't result in a Django upgrade!

markfinger commented 9 years ago

Ah, thanks for that.

I remember we had a similar issue once, but I had just assumed it was an unfortunate pip quirk. Anyway, cheers!