openfaux / openfaux-server

Browser add-on for encrypting and masking internet traffic.
https://openfaux.org
GNU Affero General Public License v3.0
72 stars 18 forks source link

#18 Twisted install script added #21

Closed importerror closed 10 years ago

importerror commented 10 years ago

Created a script which will check whether python,pip is installed in the system and remaining packages likes WebOb, Paste, WebApp2 and Twisted is installed. In the end checks whether the particular package is installed or not.

Sp3ctr3 commented 10 years ago

Currently we are not using webapp, webob or paste. Only twisted. So I don't see why we need those packages. Otherwise it's fine. Could you please remove those three and send another pull request?

importerror commented 10 years ago

@Sp3ctr3 No actually its present in the requirements.txt file right! So i thought to put.. will send another pull request now. I think its better to remove the requirements.txt file isnt it??

Sp3ctr3 commented 10 years ago

Yes it's better. I forgot to remove it. My bad.