CSE-CSUSB / Website-Project

The in-development website project for the ACM, InfoSec, and IEEE clubs at CSUSB
3 stars 1 forks source link

Can we remove the WTForm pip dependency? #3

Closed securedirective closed 9 years ago

securedirective commented 9 years ago

Of the 19 pip dependencies, I found where we're using all but WTForm. We're using WTForms instead. Can we remove it?

mkorcha commented 9 years ago

Looks like some commit at some point dragged it in with pip freeze. It wouldn't exactly hurt to keep it but I'm not sure if anything else depends on it.

If you're ambitious and want to test it out feel free, but make sure your virtualenv is clear of all libraries installed by pip before you do so.

securedirective commented 9 years ago

Works without.