danielquinn / django-encrypted-filefield

Encrypt uploaded files, store them wherever you like and stream them back unencrypted
GNU General Public License v3.0
65 stars 22 forks source link

requirements added to go with demo #17

Closed bhuiyanmobasshir94 closed 3 years ago

bhuiyanmobasshir94 commented 3 years ago

I have added requirements so that people can easily install packages to go with the demo project run. Thank you for this library.

danielquinn commented 3 years ago

I'm not sure I understand. The dependencies are already listed in pyproject.toml and the package will pull them in when you run pip install django-encrypted-filefield. Listing them separately in the README just creates two places to maintain the list, no? Why did you feel that this was something that should be in the README?

bhuiyanmobasshir94 commented 3 years ago

@danielquinn thank you for your comment, I totally got it. Thank you. While I was running this project from GitHub I need to install the libraries manually, that's why I thought those should be mentioned on README.